Html Css Color HEX #EC8FCA Tea Rose

📋 copy color: '#EC8FCA'

red 236 ◦ green 143 ◦ blue 202

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

Shades of Tea Rose #EC8FCA

Tints of Tea Rose #EC8FCA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.61%

 BLUE value IS 202 (79.3% from 255) = 34.77%

R = 40.62%
G = 24.61%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC8FCA (or 0xEC8FCA) is known color: Tea Rose. HEX triplet: EC, 8F and CA. RGB value is (236,143,202). Sum of RGB (Red+Green+Blue) = 236+143+202=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FCA is #137035. Grayscale: #B1B1B1. Windows color (decimal): -1273910 or 13275116. OLE color: 13275116.

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

Color convert

RGB 236 143 202 -
CMYK 0 0.39 0.14 0.07
HSL 321.94º 0.71% 0.74% -
HSV(B) 321.94º 0.39% 0.93% -
XYZ 55.08 41.74 61.03 -
YUV 177.53 141.81 169.7 -
System Red Green Blue C M Y K H S L
Decimal 236 143 202 0 0.39 0.14 0.07 321.94 0.71 0.74
Hex EC 8F CA 0 27 E 7 142 47 4A
Octal 354 217 312 0 47 16 7 502 107 112
Binary 11101100 10001111 11001010 0 100111 1110 111 101000010 1000111 1001010

Color Harmonies of #EC8FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8FCA

Black with #EC8FCA

Text Example


Text Example

White with #EC8FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8FCA; }

 p { color: rgb(236,143,202); }

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

background-color css

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

 a { background-color: rgb(236,143,202); }

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

border-color css

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

 span { border-color: rgb(236,143,202); }

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