Html Css Color HEX #E182BE Persian Pink

📋 copy color: '#E182BE'

red 225 ◦ green 130 ◦ blue 190

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

Shades of Persian Pink #E182BE

Tints of Persian Pink #E182BE

RGB

 RED value IS 225 (88.28% from 255) = 41.28%

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

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

R = 41.28%
G = 23.85%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E182BE (or 0xE182BE) is known color: Persian Pink. HEX triplet: E1, 82 and BE. RGB value is (225,130,190). Sum of RGB (Red+Green+Blue) = 225+130+190=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E182BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182BE is #1E7D41. Grayscale: #A5A5A5. Windows color (decimal): -1998146 or 12485345. OLE color: 12485345.

HSL color Cylindrical-coordinate representation of color #E182BE: hue angle of 322.11º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E182BE is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 130 190 -
CMYK 0 0.42 0.16 0.12
HSL 322.11º 0.61% 0.7% -
HSV(B) 322.11º 0.42% 0.88% -
XYZ 48.33 35.69 53.06 -
YUV 165.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 225 130 190 0 0.42 0.16 0.12 322.11 0.61 0.7
Hex E1 82 BE 0 2A 10 C 142 3D 46
Octal 341 202 276 0 52 20 14 502 75 106
Binary 11100001 10000010 10111110 0 101010 10000 1100 101000010 111101 1000110

Color Harmonies of #E182BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E182BE

Black with #E182BE

Text Example


Text Example

White with #E182BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E182BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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