Html Css Color HEX #E575BB Persian Pink

📋 copy color: '#E575BB'

red 229 ◦ green 117 ◦ blue 187

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

Shades of Persian Pink #E575BB

Tints of Persian Pink #E575BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.08%

R = 42.96%
G = 21.95%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E575BB (or 0xE575BB) is known color: Persian Pink. HEX triplet: E5, 75 and BB. RGB value is (229,117,187). Sum of RGB (Red+Green+Blue) = 229+117+187=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E575BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575BB is #1A8A44. Grayscale: #9E9E9E. Windows color (decimal): -1739333 or 12285413. OLE color: 12285413.

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

Color convert

RGB 229 117 187 -
CMYK 0 0.49 0.18 0.10
HSL 322.5º 0.68% 0.68% -
HSV(B) 322.5º 0.49% 0.9% -
XYZ 47.64 32.97 50.87 -
YUV 158.47 144.11 178.31 -
System Red Green Blue C M Y K H S L
Decimal 229 117 187 0 0.49 0.18 0.10 322.5 0.68 0.68
Hex E5 75 BB 0 31 12 A 142 44 44
Octal 345 165 273 0 61 22 12 502 104 104
Binary 11100101 1110101 10111011 0 110001 10010 1010 101000010 1000100 1000100

Color Harmonies of #E575BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575BB

Black with #E575BB

Text Example


Text Example

White with #E575BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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