Html Css Color HEX #ED79C9 Tea Rose

📋 copy color: '#ED79C9'

red 237 ◦ green 121 ◦ blue 201

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

Shades of Tea Rose #ED79C9

Tints of Tea Rose #ED79C9

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.65%

 BLUE value IS 201 (78.91% from 255) = 35.96%

R = 42.4%
G = 21.65%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED79C9 (or 0xED79C9) is known color: Tea Rose. HEX triplet: ED, 79 and C9. RGB value is (237,121,201). Sum of RGB (Red+Green+Blue) = 237+121+201=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED79C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED79C9 is #128636. Grayscale: #A4A4A4. Windows color (decimal): -1214007 or 13203949. OLE color: 13203949.

HSL color Cylindrical-coordinate representation of color #ED79C9: hue angle of 318.62º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED79C9 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 121 201 -
CMYK 0 0.49 0.15 0.07
HSL 318.62º 0.76% 0.7% -
HSV(B) 318.62º 0.49% 0.93% -
XYZ 52.31 35.9 59.43 -
YUV 164.8 148.43 179.5 -
System Red Green Blue C M Y K H S L
Decimal 237 121 201 0 0.49 0.15 0.07 318.62 0.76 0.7
Hex ED 79 C9 0 31 F 7 13F 4C 46
Octal 355 171 311 0 61 17 7 477 114 106
Binary 11101101 1111001 11001001 0 110001 1111 111 100111111 1001100 1000110

Color Harmonies of #ED79C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED79C9

Black with #ED79C9

Text Example


Text Example

White with #ED79C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED79C9; }

 p { color: rgb(237,121,201); }

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

background-color css

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

 a { background-color: rgb(237,121,201); }

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

border-color css

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

 span { border-color: rgb(237,121,201); }

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