Html Css Color HEX #ED768E Deep Blush

📋 copy color: '#ED768E'

red 237 ◦ green 118 ◦ blue 142

#ED768E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #ED768E

Tints of Deep Blush #ED768E

RGB

 RED value IS 237 (92.97% from 255) = 47.69%

 GREEN value IS 118 (46.48% from 255) = 23.74%

 BLUE value IS 142 (55.86% from 255) = 28.57%

R = 47.69%
G = 23.74%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED768E (or 0xED768E) is known color: Deep Blush. HEX triplet: ED, 76 and 8E. RGB value is (237,118,142). Sum of RGB (Red+Green+Blue) = 237+118+142=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED768E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED768E is #128971. Grayscale: #9C9C9C. Windows color (decimal): -1214834 or 9336557. OLE color: 9336557.

HSL color Cylindrical-coordinate representation of color #ED768E: hue angle of 347.9º 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 #ED768E is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 118 142 -
CMYK 0 0.50 0.40 0.07
HSL 347.9º 0.77% 0.7% -
HSV(B) 347.9º 0.5% 0.93% -
XYZ 46.29 32.91 29.5 -
YUV 156.32 119.92 185.55 -
System Red Green Blue C M Y K H S L
Decimal 237 118 142 0 0.50 0.40 0.07 347.9 0.77 0.7
Hex ED 76 8E 0 32 28 7 15C 4D 46
Octal 355 166 216 0 62 50 7 534 115 106
Binary 11101101 1110110 10001110 0 110010 101000 111 101011100 1001101 1000110

Color Harmonies of #ED768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED768E

Black with #ED768E

Text Example


Text Example

White with #ED768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED768E; }

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

 H1.HeaderClassName
 {
   color: #ED768E;
 }
 .AnyTagClassName
 {
   color: #ED768E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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