#ed768b

Color #ED768B Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #ED768B

Tints of Deep Blush #ED768B

Color information

#ED768B (or 0xED768B) is unknown color: approx Deep Blush. HEX triplet: ED, 76 and 8B. RGB value is (237,118,139). Sum of RGB (Red+Green+Blue) = 237+118+139=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED768B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED768B is #128974. Grayscale: #9C9C9C. Windows color (decimal): -1214837 or 9139949. OLE color: 9139949.

HSL color Cylindrical-coordinate representation of color #ED768B: hue angle of 349.41º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED768B is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB237118139-
CMYK00.500.410.07
HSL349.41º76.77%69.61%-
HSV(B)349.41º50.21%92.94%-
XYZ46.0632.8328.33-
YUV155.98118.42185.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 47.98%
GREEN value IS 118 (46.48% from 255) = 23.89%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=47.98%
G=23.89%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711813900.500.410.07349.4176.7769.61
HexED768B03229715d4d46
Octal355166213062517535115106
Binary11101101111011010001011011001010100111110101110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed768b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed768b; }

 p { color: rgb(237,118,139); }

 H1.HeaderClassName
 {
   color: #ed768b;
 }
 .AnyTagClassName
 {
   color: #ed768b;
 }
</style>
background-color css

<style>
 a { background-color: #ed768b; }

 a { background-color: rgb(237,118,139); }

 div.DivClassName
 {
   background-color: #ed768b;
 }
 .BgClassName
 {
   background-color: #ed768b;
 }
</style>
border-color css

<style>
 span { border-color: #ed768b; }

 span { border-color: rgb(237,118,139); }

 td.TdClassName
 {
   border-color: #ed768b;
 }
 .TagClassName
 {
   border-color: #ed768b;
 }
</style>