Html Css Color HEX #EC84C2 Tea Rose

📋 copy color: '#EC84C2'

red 236 ◦ green 132 ◦ blue 194

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

Shades of Tea Rose #EC84C2

Tints of Tea Rose #EC84C2

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.49%

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

R = 41.99%
G = 23.49%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC84C2 (or 0xEC84C2) is known color: Tea Rose. HEX triplet: EC, 84 and C2. RGB value is (236,132,194). Sum of RGB (Red+Green+Blue) = 236+132+194=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84C2 is #137B3D. Grayscale: #AAAAAA. Windows color (decimal): -1276734 or 12748012. OLE color: 12748012.

HSL color Cylindrical-coordinate representation of color #EC84C2: hue angle of 324.23º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC84C2 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 132 194 -
CMYK 0 0.44 0.18 0.07
HSL 324.23º 0.73% 0.72% -
HSV(B) 324.23º 0.44% 0.93% -
XYZ 52.58 38.23 55.65 -
YUV 170.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 236 132 194 0 0.44 0.18 0.07 324.23 0.73 0.72
Hex EC 84 C2 0 2C 12 7 144 49 48
Octal 354 204 302 0 54 22 7 504 111 110
Binary 11101100 10000100 11000010 0 101100 10010 111 101000100 1001001 1001000

Color Harmonies of #EC84C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC84C2

Black with #EC84C2

Text Example


Text Example

White with #EC84C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC84C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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