Html Css Color HEX #EC8FCB Tea Rose

📋 copy color: '#EC8FCB'

red 236 ◦ green 143 ◦ blue 203

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

Shades of Tea Rose #EC8FCB

Tints of Tea Rose #EC8FCB

RGB

 RED value IS 236 (92.58% from 255) = 40.55%

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

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

R = 40.55%
G = 24.57%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC8FCB (or 0xEC8FCB) is known color: Tea Rose. HEX triplet: EC, 8F and CB. RGB value is (236,143,203). Sum of RGB (Red+Green+Blue) = 236+143+203=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FCB is #137034. Grayscale: #B1B1B1. Windows color (decimal): -1273909 or 13340652. OLE color: 13340652.

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

Color convert

RGB 236 143 203 -
CMYK 0 0.39 0.14 0.07
HSL 321.29º 0.71% 0.74% -
HSV(B) 321.29º 0.39% 0.93% -
XYZ 55.19 41.79 61.66 -
YUV 177.65 142.31 169.62 -
System Red Green Blue C M Y K H S L
Decimal 236 143 203 0 0.39 0.14 0.07 321.29 0.71 0.74
Hex EC 8F CB 0 27 E 7 141 47 4A
Octal 354 217 313 0 47 16 7 501 107 112
Binary 11101100 10001111 11001011 0 100111 1110 111 101000001 1000111 1001010

Color Harmonies of #EC8FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8FCB

Black with #EC8FCB

Text Example


Text Example

White with #EC8FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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