Html Css Color HEX #EC83CA Tea Rose

📋 copy color: '#EC83CA'

red 236 ◦ green 131 ◦ blue 202

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

Shades of Tea Rose #EC83CA

Tints of Tea Rose #EC83CA

RGB

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

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

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

R = 41.48%
G = 23.02%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC83CA (or 0xEC83CA) is known color: Tea Rose. HEX triplet: EC, 83 and CA. RGB value is (236,131,202). Sum of RGB (Red+Green+Blue) = 236+131+202=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83CA is #137C35. Grayscale: #AAAAAA. Windows color (decimal): -1276982 or 13272044. OLE color: 13272044.

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

Color convert

RGB 236 131 202 -
CMYK 0 0.44 0.14 0.07
HSL 319.43º 0.73% 0.72% -
HSV(B) 319.43º 0.44% 0.93% -
XYZ 53.37 38.33 60.46 -
YUV 170.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 236 131 202 0 0.44 0.14 0.07 319.43 0.73 0.72
Hex EC 83 CA 0 2C E 7 13F 49 48
Octal 354 203 312 0 54 16 7 477 111 110
Binary 11101100 10000011 11001010 0 101100 1110 111 100111111 1001001 1001000

Color Harmonies of #EC83CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC83CA

Black with #EC83CA

Text Example


Text Example

White with #EC83CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC83CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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