Html Css Color HEX #ED8EC5 Tea Rose

📋 copy color: '#ED8EC5'

red 237 ◦ green 142 ◦ blue 197

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

Shades of Tea Rose #ED8EC5

Tints of Tea Rose #ED8EC5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.65%

 BLUE value IS 197 (77.34% from 255) = 34.2%

R = 41.15%
G = 24.65%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ED8EC5 (or 0xED8EC5) is known color: Tea Rose. HEX triplet: ED, 8E and C5. RGB value is (237,142,197). Sum of RGB (Red+Green+Blue) = 237+142+197=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8EC5 is #12713A. Grayscale: #B0B0B0. Windows color (decimal): -1208635 or 12947181. OLE color: 12947181.

HSL color Cylindrical-coordinate representation of color #ED8EC5: hue angle of 325.26º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8EC5 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 142 197 -
CMYK 0 0.40 0.17 0.07
HSL 325.26º 0.73% 0.74% -
HSV(B) 325.26º 0.4% 0.93% -
XYZ 54.68 41.38 57.93 -
YUV 176.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 237 142 197 0 0.40 0.17 0.07 325.26 0.73 0.74
Hex ED 8E C5 0 28 11 7 145 49 4A
Octal 355 216 305 0 50 21 7 505 111 112
Binary 11101101 10001110 11000101 0 101000 10001 111 101000101 1001001 1001010

Color Harmonies of #ED8EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8EC5

Black with #ED8EC5

Text Example


Text Example

White with #ED8EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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