Html Css Color HEX #EE82BA Persian Pink

📋 copy color: '#EE82BA'

red 238 ◦ green 130 ◦ blue 186

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

Shades of Persian Pink #EE82BA

Tints of Persian Pink #EE82BA

RGB

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

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

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

R = 42.96%
G = 23.47%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE82BA (or 0xEE82BA) is known color: Persian Pink. HEX triplet: EE, 82 and BA. RGB value is (238,130,186). Sum of RGB (Red+Green+Blue) = 238+130+186=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE82BA is #117D45. Grayscale: #A8A8A8. Windows color (decimal): -1146182 or 12223214. OLE color: 12223214.

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

Color convert

RGB 238 130 186 -
CMYK 0 0.45 0.22 0.07
HSL 328.89º 0.76% 0.72% -
HSV(B) 328.89º 0.45% 0.93% -
XYZ 52.11 37.69 50.98 -
YUV 168.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 238 130 186 0 0.45 0.22 0.07 328.89 0.76 0.72
Hex EE 82 BA 0 2D 16 7 149 4C 48
Octal 356 202 272 0 55 26 7 511 114 110
Binary 11101110 10000010 10111010 0 101101 10110 111 101001001 1001100 1001000

Color Harmonies of #EE82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE82BA

Black with #EE82BA

Text Example


Text Example

White with #EE82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE82BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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