Html Css Color HEX #E183C0 Persian Pink

📋 copy color: '#E183C0'

red 225 ◦ green 131 ◦ blue 192

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

Shades of Persian Pink #E183C0

Tints of Persian Pink #E183C0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.91%

 BLUE value IS 192 (75.39% from 255) = 35.04%

R = 41.06%
G = 23.91%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E183C0 (or 0xE183C0) is known color: Persian Pink. HEX triplet: E1, 83 and C0. RGB value is (225,131,192). Sum of RGB (Red+Green+Blue) = 225+131+192=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E183C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183C0 is #1E7C3F. Grayscale: #A5A5A5. Windows color (decimal): -1997888 or 12616673. OLE color: 12616673.

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

Color convert

RGB 225 131 192 -
CMYK 0 0.42 0.15 0.12
HSL 321.06º 0.61% 0.7% -
HSV(B) 321.06º 0.42% 0.88% -
XYZ 48.68 36.05 54.26 -
YUV 166.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 225 131 192 0 0.42 0.15 0.12 321.06 0.61 0.7
Hex E1 83 C0 0 2A F C 141 3D 46
Octal 341 203 300 0 52 17 14 501 75 106
Binary 11100001 10000011 11000000 0 101010 1111 1100 101000001 111101 1000110

Color Harmonies of #E183C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E183C0

Black with #E183C0

Text Example


Text Example

White with #E183C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E183C0; }

 p { color: rgb(225,131,192); }

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

background-color css

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

 a { background-color: rgb(225,131,192); }

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

border-color css

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

 span { border-color: rgb(225,131,192); }

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