Html Css Color HEX #ED8CC5 Tea Rose

📋 copy color: '#ED8CC5'

red 237 ◦ green 140 ◦ blue 197

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

Shades of Tea Rose #ED8CC5

Tints of Tea Rose #ED8CC5

RGB

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

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

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

R = 41.29%
G = 24.39%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ED8CC5 (or 0xED8CC5) is known color: Tea Rose. HEX triplet: ED, 8C and C5. RGB value is (237,140,197). Sum of RGB (Red+Green+Blue) = 237+140+197=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CC5 is #12733A. Grayscale: #AFAFAF. Windows color (decimal): -1209147 or 12946669. OLE color: 12946669.

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

Color convert

RGB 237 140 197 -
CMYK 0 0.41 0.17 0.07
HSL 324.74º 0.73% 0.74% -
HSV(B) 324.74º 0.41% 0.93% -
XYZ 54.38 40.79 57.83 -
YUV 175.5 140.14 171.87 -
System Red Green Blue C M Y K H S L
Decimal 237 140 197 0 0.41 0.17 0.07 324.74 0.73 0.74
Hex ED 8C C5 0 29 11 7 145 49 4A
Octal 355 214 305 0 51 21 7 505 111 112
Binary 11101101 10001100 11000101 0 101001 10001 111 101000101 1001001 1001010

Color Harmonies of #ED8CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8CC5

Black with #ED8CC5

Text Example


Text Example

White with #ED8CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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