Html Css Color HEX #E575BA Persian Pink

📋 copy color: '#E575BA'

red 229 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #E575BA

Tints of Persian Pink #E575BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.96%

R = 43.05%
G = 21.99%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E575BA (or 0xE575BA) is known color: Persian Pink. HEX triplet: E5, 75 and BA. RGB value is (229,117,186). Sum of RGB (Red+Green+Blue) = 229+117+186=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E575BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575BA is #1A8A45. Grayscale: #9E9E9E. Windows color (decimal): -1739334 or 12219877. OLE color: 12219877.

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

Color convert

RGB 229 117 186 -
CMYK 0 0.49 0.19 0.10
HSL 323.04º 0.68% 0.68% -
HSV(B) 323.04º 0.49% 0.9% -
XYZ 47.54 32.93 50.3 -
YUV 158.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 229 117 186 0 0.49 0.19 0.10 323.04 0.68 0.68
Hex E5 75 BA 0 31 13 A 143 44 44
Octal 345 165 272 0 61 23 12 503 104 104
Binary 11100101 1110101 10111010 0 110001 10011 1010 101000011 1000100 1000100

Color Harmonies of #E575BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575BA

Black with #E575BA

Text Example


Text Example

White with #E575BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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