Html Css Color HEX #E582C0 Persian Pink

📋 copy color: '#E582C0'

red 229 ◦ green 130 ◦ blue 192

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

Shades of Persian Pink #E582C0

Tints of Persian Pink #E582C0

RGB

 RED value IS 229 (89.84% from 255) = 41.56%

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

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

R = 41.56%
G = 23.59%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E582C0 (or 0xE582C0) is known color: Persian Pink. HEX triplet: E5, 82 and C0. RGB value is (229,130,192). Sum of RGB (Red+Green+Blue) = 229+130+192=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E582C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E582C0 is #1A7D3F. Grayscale: #A6A6A6. Windows color (decimal): -1736000 or 12616421. OLE color: 12616421.

HSL color Cylindrical-coordinate representation of color #E582C0: hue angle of 322.42º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E582C0 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 130 192 -
CMYK 0 0.43 0.16 0.10
HSL 322.42º 0.66% 0.7% -
HSV(B) 322.42º 0.43% 0.9% -
XYZ 49.81 36.43 54.28 -
YUV 166.67 142.3 172.46 -
System Red Green Blue C M Y K H S L
Decimal 229 130 192 0 0.43 0.16 0.10 322.42 0.66 0.7
Hex E5 82 C0 0 2B 10 A 142 42 46
Octal 345 202 300 0 53 20 12 502 102 106
Binary 11100101 10000010 11000000 0 101011 10000 1010 101000010 1000010 1000110

Color Harmonies of #E582C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E582C0

Black with #E582C0

Text Example


Text Example

White with #E582C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E582C0; }

 p { color: rgb(229,130,192); }

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

background-color css

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

 a { background-color: rgb(229,130,192); }

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

border-color css

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

 span { border-color: rgb(229,130,192); }

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