Html Css Color HEX #EE82BE Persian Pink

📋 copy color: '#EE82BE'

red 238 ◦ green 130 ◦ blue 190

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

Shades of Persian Pink #EE82BE

Tints of Persian Pink #EE82BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.05%

R = 42.65%
G = 23.3%
B = 34.05%

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

#EE82BE (or 0xEE82BE) is known color: Persian Pink. HEX triplet: EE, 82 and BE. RGB value is (238,130,190). Sum of RGB (Red+Green+Blue) = 238+130+190=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE82BE is #117D41. Grayscale: #A9A9A9. Windows color (decimal): -1146178 or 12485358. OLE color: 12485358.

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

Color convert

RGB 238 130 190 -
CMYK 0 0.45 0.20 0.07
HSL 326.67º 0.76% 0.72% -
HSV(B) 326.67º 0.45% 0.93% -
XYZ 52.54 37.86 53.25 -
YUV 169.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 238 130 190 0 0.45 0.20 0.07 326.67 0.76 0.72
Hex EE 82 BE 0 2D 14 7 147 4C 48
Octal 356 202 276 0 55 24 7 507 114 110
Binary 11101110 10000010 10111110 0 101101 10100 111 101000111 1001100 1001000

Color Harmonies of #EE82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE82BE

Black with #EE82BE

Text Example


Text Example

White with #EE82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE82BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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