Html Css Color HEX #ED8CC0 Tea Rose

📋 copy color: '#ED8CC0'

red 237 ◦ green 140 ◦ blue 192

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

Shades of Tea Rose #ED8CC0

Tints of Tea Rose #ED8CC0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.6%

 BLUE value IS 192 (75.39% from 255) = 33.74%

R = 41.65%
G = 24.6%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED8CC0 (or 0xED8CC0) is known color: Tea Rose. HEX triplet: ED, 8C and C0. RGB value is (237,140,192). Sum of RGB (Red+Green+Blue) = 237+140+192=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CC0 is #12733F. Grayscale: #AEAEAE. Windows color (decimal): -1209152 or 12618989. OLE color: 12618989.

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

Color convert

RGB 237 140 192 -
CMYK 0 0.41 0.19 0.07
HSL 327.84º 0.73% 0.74% -
HSV(B) 327.84º 0.41% 0.93% -
XYZ 53.82 40.57 54.86 -
YUV 174.93 137.64 172.27 -
System Red Green Blue C M Y K H S L
Decimal 237 140 192 0 0.41 0.19 0.07 327.84 0.73 0.74
Hex ED 8C C0 0 29 13 7 148 49 4A
Octal 355 214 300 0 51 23 7 510 111 112
Binary 11101101 10001100 11000000 0 101001 10011 111 101001000 1001001 1001010

Color Harmonies of #ED8CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8CC0

Black with #ED8CC0

Text Example


Text Example

White with #ED8CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8CC0; }

 p { color: rgb(237,140,192); }

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

background-color css

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

 a { background-color: rgb(237,140,192); }

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

border-color css

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

 span { border-color: rgb(237,140,192); }

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