Html Css Color HEX #ED78C9 Tea Rose

📋 copy color: '#ED78C9'

red 237 ◦ green 120 ◦ blue 201

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

Shades of Tea Rose #ED78C9

Tints of Tea Rose #ED78C9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.51%

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

R = 42.47%
G = 21.51%
B = 36.02%

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

#ED78C9 (or 0xED78C9) is known color: Tea Rose. HEX triplet: ED, 78 and C9. RGB value is (237,120,201). Sum of RGB (Red+Green+Blue) = 237+120+201=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78C9 is #128736. Grayscale: #A4A4A4. Windows color (decimal): -1214263 or 13203693. OLE color: 13203693.

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

Color convert

RGB 237 120 201 -
CMYK 0 0.49 0.15 0.07
HSL 318.46º 0.76% 0.7% -
HSV(B) 318.46º 0.49% 0.93% -
XYZ 52.18 35.65 59.39 -
YUV 164.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 237 120 201 0 0.49 0.15 0.07 318.46 0.76 0.7
Hex ED 78 C9 0 31 F 7 13E 4C 46
Octal 355 170 311 0 61 17 7 476 114 106
Binary 11101101 1111000 11001001 0 110001 1111 111 100111110 1001100 1000110

Color Harmonies of #ED78C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED78C9

Black with #ED78C9

Text Example


Text Example

White with #ED78C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED78C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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