Html Css Color HEX #EE83CA Tea Rose

📋 copy color: '#EE83CA'

red 238 ◦ green 131 ◦ blue 202

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

Shades of Tea Rose #EE83CA

Tints of Tea Rose #EE83CA

RGB

 RED value IS 238 (93.36% from 255) = 41.68%

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

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

R = 41.68%
G = 22.94%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE83CA (or 0xEE83CA) is known color: Tea Rose. HEX triplet: EE, 83 and CA. RGB value is (238,131,202). Sum of RGB (Red+Green+Blue) = 238+131+202=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE83CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE83CA is #117C35. Grayscale: #AAAAAA. Windows color (decimal): -1145910 or 13272046. OLE color: 13272046.

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

Color convert

RGB 238 131 202 -
CMYK 0 0.45 0.15 0.07
HSL 320.19º 0.76% 0.72% -
HSV(B) 320.19º 0.45% 0.93% -
XYZ 54.04 38.67 60.49 -
YUV 171.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 238 131 202 0 0.45 0.15 0.07 320.19 0.76 0.72
Hex EE 83 CA 0 2D F 7 140 4C 48
Octal 356 203 312 0 55 17 7 500 114 110
Binary 11101110 10000011 11001010 0 101101 1111 111 101000000 1001100 1001000

Color Harmonies of #EE83CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE83CA

Black with #EE83CA

Text Example


Text Example

White with #EE83CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE83CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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