Html Css Color HEX #EE81B7 Persian Pink

📋 copy color: '#EE81B7'

red 238 ◦ green 129 ◦ blue 183

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

Shades of Persian Pink #EE81B7

Tints of Persian Pink #EE81B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.27%

R = 43.27%
G = 23.45%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EE81B7 (or 0xEE81B7) is known color: Persian Pink. HEX triplet: EE, 81 and B7. RGB value is (238,129,183). Sum of RGB (Red+Green+Blue) = 238+129+183=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81B7 is #117E48. Grayscale: #A7A7A7. Windows color (decimal): -1146441 or 12026350. OLE color: 12026350.

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

Color convert

RGB 238 129 183 -
CMYK 0 0.46 0.23 0.07
HSL 330.28º 0.76% 0.72% -
HSV(B) 330.28º 0.46% 0.93% -
XYZ 51.66 37.3 49.28 -
YUV 167.75 136.61 178.11 -
System Red Green Blue C M Y K H S L
Decimal 238 129 183 0 0.46 0.23 0.07 330.28 0.76 0.72
Hex EE 81 B7 0 2E 17 7 14A 4C 48
Octal 356 201 267 0 56 27 7 512 114 110
Binary 11101110 10000001 10110111 0 101110 10111 111 101001010 1001100 1001000

Color Harmonies of #EE81B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE81B7

Black with #EE81B7

Text Example


Text Example

White with #EE81B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE81B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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