Html Css Color HEX #ED91CF Tea Rose

📋 copy color: '#ED91CF'

red 237 ◦ green 145 ◦ blue 207

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

Shades of Tea Rose #ED91CF

Tints of Tea Rose #ED91CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.14%

R = 40.24%
G = 24.62%
B = 35.14%

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

#ED91CF (or 0xED91CF) is known color: Tea Rose. HEX triplet: ED, 91 and CF. RGB value is (237,145,207). Sum of RGB (Red+Green+Blue) = 237+145+207=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED91CF is #126E30. Grayscale: #B3B3B3. Windows color (decimal): -1207857 or 13603309. OLE color: 13603309.

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

Color convert

RGB 237 145 207 -
CMYK 0 0.39 0.13 0.07
HSL 319.57º 0.72% 0.75% -
HSV(B) 319.57º 0.39% 0.93% -
XYZ 56.31 42.76 64.32 -
YUV 179.58 143.48 168.96 -
System Red Green Blue C M Y K H S L
Decimal 237 145 207 0 0.39 0.13 0.07 319.57 0.72 0.75
Hex ED 91 CF 0 27 D 7 140 48 4B
Octal 355 221 317 0 47 15 7 500 110 113
Binary 11101101 10010001 11001111 0 100111 1101 111 101000000 1001000 1001011

Color Harmonies of #ED91CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED91CF

Black with #ED91CF

Text Example


Text Example

White with #ED91CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED91CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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