Html Css Color HEX #EC8ABD Tea Rose

📋 copy color: '#EC8ABD'

red 236 ◦ green 138 ◦ blue 189

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

Shades of Tea Rose #EC8ABD

Tints of Tea Rose #EC8ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.57%

R = 41.92%
G = 24.51%
B = 33.57%

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

#EC8ABD (or 0xEC8ABD) is known color: Tea Rose. HEX triplet: EC, 8A and BD. RGB value is (236,138,189). Sum of RGB (Red+Green+Blue) = 236+138+189=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ABD is #137542. Grayscale: #ADADAD. Windows color (decimal): -1275203 or 12421868. OLE color: 12421868.

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

Color convert

RGB 236 138 189 -
CMYK 0 0.42 0.20 0.07
HSL 328.78º 0.72% 0.73% -
HSV(B) 328.78º 0.42% 0.93% -
XYZ 52.87 39.68 53.02 -
YUV 173.12 136.97 172.85 -
System Red Green Blue C M Y K H S L
Decimal 236 138 189 0 0.42 0.20 0.07 328.78 0.72 0.73
Hex EC 8A BD 0 2A 14 7 149 48 49
Octal 354 212 275 0 52 24 7 511 110 111
Binary 11101100 10001010 10111101 0 101010 10100 111 101001001 1001000 1001001

Color Harmonies of #EC8ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8ABD

Black with #EC8ABD

Text Example


Text Example

White with #EC8ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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