Html Css Color HEX #EE81BA Persian Pink

📋 copy color: '#EE81BA'

red 238 ◦ green 129 ◦ blue 186

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

Shades of Persian Pink #EE81BA

Tints of Persian Pink #EE81BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.63%

R = 43.04%
G = 23.33%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE81BA (or 0xEE81BA) is known color: Persian Pink. HEX triplet: EE, 81 and BA. RGB value is (238,129,186). Sum of RGB (Red+Green+Blue) = 238+129+186=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81BA is #117E45. Grayscale: #A7A7A7. Windows color (decimal): -1146438 or 12222958. OLE color: 12222958.

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

Color convert

RGB 238 129 186 -
CMYK 0 0.46 0.22 0.07
HSL 328.62º 0.76% 0.72% -
HSV(B) 328.62º 0.46% 0.93% -
XYZ 51.97 37.42 50.94 -
YUV 168.09 138.11 177.87 -
System Red Green Blue C M Y K H S L
Decimal 238 129 186 0 0.46 0.22 0.07 328.62 0.76 0.72
Hex EE 81 BA 0 2E 16 7 149 4C 48
Octal 356 201 272 0 56 26 7 511 114 110
Binary 11101110 10000001 10111010 0 101110 10110 111 101001001 1001100 1001000

Color Harmonies of #EE81BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE81BA

Black with #EE81BA

Text Example


Text Example

White with #EE81BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE81BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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