Html Css Color HEX #EC8ACB Tea Rose

📋 copy color: '#EC8ACB'

red 236 ◦ green 138 ◦ blue 203

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

Shades of Tea Rose #EC8ACB

Tints of Tea Rose #EC8ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.92%

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

R = 40.9%
G = 23.92%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC8ACB (or 0xEC8ACB) is known color: Tea Rose. HEX triplet: EC, 8A and CB. RGB value is (236,138,203). Sum of RGB (Red+Green+Blue) = 236+138+203=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ACB is #137534. Grayscale: #AEAEAE. Windows color (decimal): -1275189 or 13339372. OLE color: 13339372.

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

Color convert

RGB 236 138 203 -
CMYK 0 0.42 0.14 0.07
HSL 320.2º 0.72% 0.73% -
HSV(B) 320.2º 0.42% 0.93% -
XYZ 54.46 40.32 61.41 -
YUV 174.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 236 138 203 0 0.42 0.14 0.07 320.2 0.72 0.73
Hex EC 8A CB 0 2A E 7 140 48 49
Octal 354 212 313 0 52 16 7 500 110 111
Binary 11101100 10001010 11001011 0 101010 1110 111 101000000 1001000 1001001

Color Harmonies of #EC8ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8ACB

Black with #EC8ACB

Text Example


Text Example

White with #EC8ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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