Html Css Color HEX #ED79C8 Tea Rose

📋 copy color: '#ED79C8'

red 237 ◦ green 121 ◦ blue 200

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

Shades of Tea Rose #ED79C8

Tints of Tea Rose #ED79C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.84%

R = 42.47%
G = 21.68%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED79C8 (or 0xED79C8) is known color: Tea Rose. HEX triplet: ED, 79 and C8. RGB value is (237,121,200). Sum of RGB (Red+Green+Blue) = 237+121+200=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED79C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED79C8 is #128637. Grayscale: #A4A4A4. Windows color (decimal): -1214008 or 13138413. OLE color: 13138413.

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

Color convert

RGB 237 121 200 -
CMYK 0 0.49 0.16 0.07
HSL 319.14º 0.76% 0.7% -
HSV(B) 319.14º 0.49% 0.93% -
XYZ 52.19 35.85 58.81 -
YUV 164.69 147.93 179.58 -
System Red Green Blue C M Y K H S L
Decimal 237 121 200 0 0.49 0.16 0.07 319.14 0.76 0.7
Hex ED 79 C8 0 31 10 7 13F 4C 46
Octal 355 171 310 0 61 20 7 477 114 106
Binary 11101101 1111001 11001000 0 110001 10000 111 100111111 1001100 1000110

Color Harmonies of #ED79C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED79C8

Black with #ED79C8

Text Example


Text Example

White with #ED79C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED79C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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