Html Css Color HEX #EC84CD Tea Rose

📋 copy color: '#EC84CD'

red 236 ◦ green 132 ◦ blue 205

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

Shades of Tea Rose #EC84CD

Tints of Tea Rose #EC84CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.78%

R = 41.19%
G = 23.04%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC84CD (or 0xEC84CD) is known color: Tea Rose. HEX triplet: EC, 84 and CD. RGB value is (236,132,205). Sum of RGB (Red+Green+Blue) = 236+132+205=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84CD is #137B32. Grayscale: #ABABAB. Windows color (decimal): -1276723 or 13468908. OLE color: 13468908.

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

Color convert

RGB 236 132 205 -
CMYK 0 0.44 0.13 0.07
HSL 317.88º 0.73% 0.72% -
HSV(B) 317.88º 0.44% 0.93% -
XYZ 53.86 38.74 62.4 -
YUV 171.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 236 132 205 0 0.44 0.13 0.07 317.88 0.73 0.72
Hex EC 84 CD 0 2C D 7 13E 49 48
Octal 354 204 315 0 54 15 7 476 111 110
Binary 11101100 10000100 11001101 0 101100 1101 111 100111110 1001001 1001000

Color Harmonies of #EC84CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC84CD

Black with #EC84CD

Text Example


Text Example

White with #EC84CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC84CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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