Html Css Color HEX #EE82BF Persian Pink

📋 copy color: '#EE82BF'

red 238 ◦ green 130 ◦ blue 191

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

Shades of Persian Pink #EE82BF

Tints of Persian Pink #EE82BF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.26%

 BLUE value IS 191 (75% from 255) = 34.17%

R = 42.58%
G = 23.26%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE82BF (or 0xEE82BF) is known color: Persian Pink. HEX triplet: EE, 82 and BF. RGB value is (238,130,191). Sum of RGB (Red+Green+Blue) = 238+130+191=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE82BF is #117D40. Grayscale: #A9A9A9. Windows color (decimal): -1146177 or 12550894. OLE color: 12550894.

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

Color convert

RGB 238 130 191 -
CMYK 0 0.45 0.20 0.07
HSL 326.11º 0.76% 0.72% -
HSV(B) 326.11º 0.45% 0.93% -
XYZ 52.65 37.9 53.83 -
YUV 169.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 238 130 191 0 0.45 0.20 0.07 326.11 0.76 0.72
Hex EE 82 BF 0 2D 14 7 146 4C 48
Octal 356 202 277 0 55 24 7 506 114 110
Binary 11101110 10000010 10111111 0 101101 10100 111 101000110 1001100 1001000

Color Harmonies of #EE82BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE82BF

Black with #EE82BF

Text Example


Text Example

White with #EE82BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE82BF; }

 p { color: rgb(238,130,191); }

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

background-color css

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

 a { background-color: rgb(238,130,191); }

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

border-color css

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

 span { border-color: rgb(238,130,191); }

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