Html Css Color HEX #EE81B0 Persian Pink

📋 copy color: '#EE81B0'

red 238 ◦ green 129 ◦ blue 176

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

Shades of Persian Pink #EE81B0

Tints of Persian Pink #EE81B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.41%

R = 43.83%
G = 23.76%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EE81B0 (or 0xEE81B0) is known color: Persian Pink. HEX triplet: EE, 81 and B0. RGB value is (238,129,176). Sum of RGB (Red+Green+Blue) = 238+129+176=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE81B0 is #117E4F. Grayscale: #A6A6A6. Windows color (decimal): -1146448 or 11567598. OLE color: 11567598.

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

Color convert

RGB 238 129 176 -
CMYK 0 0.46 0.26 0.07
HSL 334.13º 0.76% 0.72% -
HSV(B) 334.13º 0.46% 0.93% -
XYZ 50.95 37.01 45.53 -
YUV 166.95 133.11 178.68 -
System Red Green Blue C M Y K H S L
Decimal 238 129 176 0 0.46 0.26 0.07 334.13 0.76 0.72
Hex EE 81 B0 0 2E 1A 7 14E 4C 48
Octal 356 201 260 0 56 32 7 516 114 110
Binary 11101110 10000001 10110000 0 101110 11010 111 101001110 1001100 1001000

Color Harmonies of #EE81B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE81B0

Black with #EE81B0

Text Example


Text Example

White with #EE81B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE81B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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