Html Css Color HEX #EC8AC3 Tea Rose

📋 copy color: '#EC8AC3'

red 236 ◦ green 138 ◦ blue 195

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

Shades of Tea Rose #EC8AC3

Tints of Tea Rose #EC8AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.27%

R = 41.48%
G = 24.25%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC8AC3 (or 0xEC8AC3) is known color: Tea Rose. HEX triplet: EC, 8A and C3. RGB value is (236,138,195). Sum of RGB (Red+Green+Blue) = 236+138+195=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AC3 is #13753C. Grayscale: #ADADAD. Windows color (decimal): -1275197 or 12815084. OLE color: 12815084.

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

Color convert

RGB 236 138 195 -
CMYK 0 0.42 0.17 0.07
HSL 325.1º 0.72% 0.73% -
HSV(B) 325.1º 0.42% 0.93% -
XYZ 53.53 39.95 56.52 -
YUV 173.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 236 138 195 0 0.42 0.17 0.07 325.1 0.72 0.73
Hex EC 8A C3 0 2A 11 7 145 48 49
Octal 354 212 303 0 52 21 7 505 110 111
Binary 11101100 10001010 11000011 0 101010 10001 111 101000101 1001000 1001001

Color Harmonies of #EC8AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8AC3

Black with #EC8AC3

Text Example


Text Example

White with #EC8AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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