Html Css Color HEX #EC8AC2 Tea Rose

📋 copy color: '#EC8AC2'

red 236 ◦ green 138 ◦ blue 194

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

Shades of Tea Rose #EC8AC2

Tints of Tea Rose #EC8AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.15%

R = 41.55%
G = 24.3%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC8AC2 (or 0xEC8AC2) is known color: Tea Rose. HEX triplet: EC, 8A and C2. RGB value is (236,138,194). Sum of RGB (Red+Green+Blue) = 236+138+194=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AC2 is #13753D. Grayscale: #ADADAD. Windows color (decimal): -1275198 or 12749548. OLE color: 12749548.

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

Color convert

RGB 236 138 194 -
CMYK 0 0.42 0.18 0.07
HSL 325.71º 0.72% 0.73% -
HSV(B) 325.71º 0.42% 0.93% -
XYZ 53.42 39.9 55.93 -
YUV 173.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 236 138 194 0 0.42 0.18 0.07 325.71 0.72 0.73
Hex EC 8A C2 0 2A 12 7 146 48 49
Octal 354 212 302 0 52 22 7 506 110 111
Binary 11101100 10001010 11000010 0 101010 10010 111 101000110 1001000 1001001

Color Harmonies of #EC8AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8AC2

Black with #EC8AC2

Text Example


Text Example

White with #EC8AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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