Html Css Color HEX #E182B6 Persian Pink

📋 copy color: '#E182B6'

red 225 ◦ green 130 ◦ blue 182

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

Shades of Persian Pink #E182B6

Tints of Persian Pink #E182B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.89%

R = 41.9%
G = 24.21%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E182B6 (or 0xE182B6) is known color: Persian Pink. HEX triplet: E1, 82 and B6. RGB value is (225,130,182). Sum of RGB (Red+Green+Blue) = 225+130+182=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E182B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182B6 is #1E7D49. Grayscale: #A4A4A4. Windows color (decimal): -1998154 or 11961057. OLE color: 11961057.

HSL color Cylindrical-coordinate representation of color #E182B6: hue angle of 327.16º 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 #E182B6 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 130 182 -
CMYK 0 0.42 0.19 0.12
HSL 327.16º 0.61% 0.7% -
HSV(B) 327.16º 0.42% 0.88% -
XYZ 47.48 35.35 48.58 -
YUV 164.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 225 130 182 0 0.42 0.19 0.12 327.16 0.61 0.7
Hex E1 82 B6 0 2A 13 C 147 3D 46
Octal 341 202 266 0 52 23 14 507 75 106
Binary 11100001 10000010 10110110 0 101010 10011 1100 101000111 111101 1000110

Color Harmonies of #E182B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E182B6

Black with #E182B6

Text Example


Text Example

White with #E182B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E182B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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