Html Css Color HEX #E182C1 Persian Pink

📋 copy color: '#E182C1'

red 225 ◦ green 130 ◦ blue 193

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

Shades of Persian Pink #E182C1

Tints of Persian Pink #E182C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.22%

R = 41.06%
G = 23.72%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E182C1 (or 0xE182C1) is known color: Persian Pink. HEX triplet: E1, 82 and C1. RGB value is (225,130,193). Sum of RGB (Red+Green+Blue) = 225+130+193=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E182C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182C1 is #1E7D3E. Grayscale: #A5A5A5. Windows color (decimal): -1998143 or 12681953. OLE color: 12681953.

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

Color convert

RGB 225 130 193 -
CMYK 0 0.42 0.14 0.12
HSL 320.21º 0.61% 0.7% -
HSV(B) 320.21º 0.42% 0.88% -
XYZ 48.66 35.82 54.8 -
YUV 165.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 225 130 193 0 0.42 0.14 0.12 320.21 0.61 0.7
Hex E1 82 C1 0 2A E C 140 3D 46
Octal 341 202 301 0 52 16 14 500 75 106
Binary 11100001 10000010 11000001 0 101010 1110 1100 101000000 111101 1000110

Color Harmonies of #E182C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E182C1

Black with #E182C1

Text Example


Text Example

White with #E182C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E182C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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