Html Css Color HEX #EE81CF Tea Rose

📋 copy color: '#EE81CF'

red 238 ◦ green 129 ◦ blue 207

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

Shades of Tea Rose #EE81CF

Tints of Tea Rose #EE81CF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.47%

 BLUE value IS 207 (81.25% from 255) = 36.06%

R = 41.46%
G = 22.47%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE81CF (or 0xEE81CF) is known color: Tea Rose. HEX triplet: EE, 81 and CF. RGB value is (238,129,207). Sum of RGB (Red+Green+Blue) = 238+129+207=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81CF is #117E30. Grayscale: #AAAAAA. Windows color (decimal): -1146417 or 13599214. OLE color: 13599214.

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

Color convert

RGB 238 129 207 -
CMYK 0 0.46 0.13 0.07
HSL 317.06º 0.76% 0.72% -
HSV(B) 317.06º 0.46% 0.93% -
XYZ 54.37 38.38 63.57 -
YUV 170.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 238 129 207 0 0.46 0.13 0.07 317.06 0.76 0.72
Hex EE 81 CF 0 2E D 7 13D 4C 48
Octal 356 201 317 0 56 15 7 475 114 110
Binary 11101110 10000001 11001111 0 101110 1101 111 100111101 1001100 1001000

Color Harmonies of #EE81CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE81CF

Black with #EE81CF

Text Example


Text Example

White with #EE81CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE81CF; }

 p { color: rgb(238,129,207); }

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

background-color css

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

 a { background-color: rgb(238,129,207); }

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

border-color css

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

 span { border-color: rgb(238,129,207); }

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