Html Css Color HEX #ED8FC9 Tea Rose

📋 copy color: '#ED8FC9'

red 237 ◦ green 143 ◦ blue 201

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

Shades of Tea Rose #ED8FC9

Tints of Tea Rose #ED8FC9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.61%

 BLUE value IS 201 (78.91% from 255) = 34.6%

R = 40.79%
G = 24.61%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED8FC9 (or 0xED8FC9) is known color: Tea Rose. HEX triplet: ED, 8F and C9. RGB value is (237,143,201). Sum of RGB (Red+Green+Blue) = 237+143+201=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FC9 is #127036. Grayscale: #B1B1B1. Windows color (decimal): -1208375 or 13209581. OLE color: 13209581.

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

Color convert

RGB 237 143 201 -
CMYK 0 0.40 0.15 0.07
HSL 322.98º 0.72% 0.75% -
HSV(B) 322.98º 0.4% 0.93% -
XYZ 55.29 41.87 60.43 -
YUV 177.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 237 143 201 0 0.40 0.15 0.07 322.98 0.72 0.75
Hex ED 8F C9 0 28 F 7 143 48 4B
Octal 355 217 311 0 50 17 7 503 110 113
Binary 11101101 10001111 11001001 0 101000 1111 111 101000011 1001000 1001011

Color Harmonies of #ED8FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8FC9

Black with #ED8FC9

Text Example


Text Example

White with #ED8FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8FC9; }

 p { color: rgb(237,143,201); }

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

background-color css

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

 a { background-color: rgb(237,143,201); }

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

border-color css

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

 span { border-color: rgb(237,143,201); }

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