Html Css Color HEX #EE81BD Persian Pink

📋 copy color: '#EE81BD'

red 238 ◦ green 129 ◦ blue 189

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

Shades of Persian Pink #EE81BD

Tints of Persian Pink #EE81BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.99%

R = 42.81%
G = 23.2%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE81BD (or 0xEE81BD) is known color: Persian Pink. HEX triplet: EE, 81 and BD. RGB value is (238,129,189). Sum of RGB (Red+Green+Blue) = 238+129+189=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81BD is #117E42. Grayscale: #A8A8A8. Windows color (decimal): -1146435 or 12419566. OLE color: 12419566.

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

Color convert

RGB 238 129 189 -
CMYK 0 0.46 0.21 0.07
HSL 326.97º 0.76% 0.72% -
HSV(B) 326.97º 0.46% 0.93% -
XYZ 52.3 37.55 52.64 -
YUV 168.43 139.61 177.62 -
System Red Green Blue C M Y K H S L
Decimal 238 129 189 0 0.46 0.21 0.07 326.97 0.76 0.72
Hex EE 81 BD 0 2E 15 7 147 4C 48
Octal 356 201 275 0 56 25 7 507 114 110
Binary 11101110 10000001 10111101 0 101110 10101 111 101000111 1001100 1001000

Color Harmonies of #EE81BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE81BD

Black with #EE81BD

Text Example


Text Example

White with #EE81BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE81BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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