Html Css Color HEX #EC83CE Tea Rose

📋 copy color: '#EC83CE'

red 236 ◦ green 131 ◦ blue 206

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

Shades of Tea Rose #EC83CE

Tints of Tea Rose #EC83CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.86%

 BLUE value IS 206 (80.86% from 255) = 35.95%

R = 41.19%
G = 22.86%
B = 35.95%

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

#EC83CE (or 0xEC83CE) is known color: Tea Rose. HEX triplet: EC, 83 and CE. RGB value is (236,131,206). Sum of RGB (Red+Green+Blue) = 236+131+206=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 131 (51.56% from 255 or 22.86% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83CE is #137C31. Grayscale: #AAAAAA. Windows color (decimal): -1276978 or 13534188. OLE color: 13534188.

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

Color convert

RGB 236 131 206 -
CMYK 0 0.44 0.13 0.07
HSL 317.14º 0.73% 0.72% -
HSV(B) 317.14º 0.44% 0.93% -
XYZ 53.85 38.52 62.99 -
YUV 170.95 147.79 174.4 -
System Red Green Blue C M Y K H S L
Decimal 236 131 206 0 0.44 0.13 0.07 317.14 0.73 0.72
Hex EC 83 CE 0 2C D 7 13D 49 48
Octal 354 203 316 0 54 15 7 475 111 110
Binary 11101100 10000011 11001110 0 101100 1101 111 100111101 1001001 1001000

Color Harmonies of #EC83CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC83CE

Black with #EC83CE

Text Example


Text Example

White with #EC83CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC83CE; }

 p { color: rgb(236,131,206); }

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

background-color css

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

 a { background-color: rgb(236,131,206); }

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

border-color css

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

 span { border-color: rgb(236,131,206); }

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