Html Css Color HEX #ED8FCB Tea Rose

📋 copy color: '#ED8FCB'

red 237 ◦ green 143 ◦ blue 203

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

Shades of Tea Rose #ED8FCB

Tints of Tea Rose #ED8FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.82%

R = 40.65%
G = 24.53%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED8FCB (or 0xED8FCB) is known color: Tea Rose. HEX triplet: ED, 8F and CB. RGB value is (237,143,203). Sum of RGB (Red+Green+Blue) = 237+143+203=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FCB is #127034. Grayscale: #B1B1B1. Windows color (decimal): -1208373 or 13340653. OLE color: 13340653.

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

Color convert

RGB 237 143 203 -
CMYK 0 0.40 0.14 0.07
HSL 321.7º 0.72% 0.75% -
HSV(B) 321.7º 0.4% 0.93% -
XYZ 55.53 41.96 61.67 -
YUV 177.95 142.14 170.12 -
System Red Green Blue C M Y K H S L
Decimal 237 143 203 0 0.40 0.14 0.07 321.7 0.72 0.75
Hex ED 8F CB 0 28 E 7 142 48 4B
Octal 355 217 313 0 50 16 7 502 110 113
Binary 11101101 10001111 11001011 0 101000 1110 111 101000010 1001000 1001011

Color Harmonies of #ED8FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8FCB

Black with #ED8FCB

Text Example


Text Example

White with #ED8FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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