Html Css Color HEX #EC8ABC Tea Rose

📋 copy color: '#EC8ABC'

red 236 ◦ green 138 ◦ blue 188

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

Shades of Tea Rose #EC8ABC

Tints of Tea Rose #EC8ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.45%

R = 41.99%
G = 24.56%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC8ABC (or 0xEC8ABC) is known color: Tea Rose. HEX triplet: EC, 8A and BC. RGB value is (236,138,188). Sum of RGB (Red+Green+Blue) = 236+138+188=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ABC is #137543. Grayscale: #ACACAC. Windows color (decimal): -1275204 or 12356332. OLE color: 12356332.

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

Color convert

RGB 236 138 188 -
CMYK 0 0.42 0.20 0.07
HSL 329.39º 0.72% 0.73% -
HSV(B) 329.39º 0.42% 0.93% -
XYZ 52.76 39.64 52.45 -
YUV 173 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 236 138 188 0 0.42 0.20 0.07 329.39 0.72 0.73
Hex EC 8A BC 0 2A 14 7 149 48 49
Octal 354 212 274 0 52 24 7 511 110 111
Binary 11101100 10001010 10111100 0 101010 10100 111 101001001 1001000 1001001

Color Harmonies of #EC8ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8ABC

Black with #EC8ABC

Text Example


Text Example

White with #EC8ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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