Html Css Color HEX #ED91CE Tea Rose

📋 copy color: '#ED91CE'

red 237 ◦ green 145 ◦ blue 206

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

Shades of Tea Rose #ED91CE

Tints of Tea Rose #ED91CE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.66%

 BLUE value IS 206 (80.86% from 255) = 35.03%

R = 40.31%
G = 24.66%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED91CE (or 0xED91CE) is known color: Tea Rose. HEX triplet: ED, 91 and CE. RGB value is (237,145,206). Sum of RGB (Red+Green+Blue) = 237+145+206=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED91CE is #126E31. Grayscale: #B3B3B3. Windows color (decimal): -1207858 or 13537773. OLE color: 13537773.

HSL color Cylindrical-coordinate representation of color #ED91CE: hue angle of 320.22º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED91CE is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 145 206 -
CMYK 0 0.39 0.13 0.07
HSL 320.22º 0.72% 0.75% -
HSV(B) 320.22º 0.39% 0.93% -
XYZ 56.19 42.71 63.68 -
YUV 179.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 237 145 206 0 0.39 0.13 0.07 320.22 0.72 0.75
Hex ED 91 CE 0 27 D 7 140 48 4B
Octal 355 221 316 0 47 15 7 500 110 113
Binary 11101101 10010001 11001110 0 100111 1101 111 101000000 1001000 1001011

Color Harmonies of #ED91CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED91CE

Black with #ED91CE

Text Example


Text Example

White with #ED91CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED91CE; }

 p { color: rgb(237,145,206); }

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

background-color css

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

 a { background-color: rgb(237,145,206); }

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

border-color css

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

 span { border-color: rgb(237,145,206); }

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