Html Css Color HEX #EE83C4 Tea Rose

📋 copy color: '#EE83C4'

red 238 ◦ green 131 ◦ blue 196

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

Shades of Tea Rose #EE83C4

Tints of Tea Rose #EE83C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.69%

R = 42.12%
G = 23.19%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EE83C4 (or 0xEE83C4) is known color: Tea Rose. HEX triplet: EE, 83 and C4. RGB value is (238,131,196). Sum of RGB (Red+Green+Blue) = 238+131+196=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EE83C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE83C4 is #117C3B. Grayscale: #AAAAAA. Windows color (decimal): -1145916 or 12878830. OLE color: 12878830.

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

Color convert

RGB 238 131 196 -
CMYK 0 0.45 0.18 0.07
HSL 323.55º 0.76% 0.72% -
HSV(B) 323.55º 0.45% 0.93% -
XYZ 53.34 38.4 56.82 -
YUV 170.4 142.45 176.21 -
System Red Green Blue C M Y K H S L
Decimal 238 131 196 0 0.45 0.18 0.07 323.55 0.76 0.72
Hex EE 83 C4 0 2D 12 7 144 4C 48
Octal 356 203 304 0 55 22 7 504 114 110
Binary 11101110 10000011 11000100 0 101101 10010 111 101000100 1001100 1001000

Color Harmonies of #EE83C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE83C4

Black with #EE83C4

Text Example


Text Example

White with #EE83C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE83C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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