Html Css Color HEX #E575B2 Persian Pink

📋 copy color: '#E575B2'

red 229 ◦ green 117 ◦ blue 178

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

Shades of Persian Pink #E575B2

Tints of Persian Pink #E575B2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.33%

 BLUE value IS 178 (69.92% from 255) = 33.97%

R = 43.7%
G = 22.33%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E575B2 (or 0xE575B2) is known color: Persian Pink. HEX triplet: E5, 75 and B2. RGB value is (229,117,178). Sum of RGB (Red+Green+Blue) = 229+117+178=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E575B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E575B2 is #1A8A4D. Grayscale: #9D9D9D. Windows color (decimal): -1739342 or 11695589. OLE color: 11695589.

HSL color Cylindrical-coordinate representation of color #E575B2: hue angle of 327.32º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E575B2 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 117 178 -
CMYK 0 0.49 0.22 0.10
HSL 327.32º 0.68% 0.68% -
HSV(B) 327.32º 0.49% 0.9% -
XYZ 46.71 32.59 45.95 -
YUV 157.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 229 117 178 0 0.49 0.22 0.10 327.32 0.68 0.68
Hex E5 75 B2 0 31 16 A 147 44 44
Octal 345 165 262 0 61 26 12 507 104 104
Binary 11100101 1110101 10110010 0 110001 10110 1010 101000111 1000100 1000100

Color Harmonies of #E575B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575B2

Black with #E575B2

Text Example


Text Example

White with #E575B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575B2; }

 p { color: rgb(229,117,178); }

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

background-color css

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

 a { background-color: rgb(229,117,178); }

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

border-color css

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

 span { border-color: rgb(229,117,178); }

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