Html Css Color HEX #E574B9 Persian Pink

📋 copy color: '#E574B9'

red 229 ◦ green 116 ◦ blue 185

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

Shades of Persian Pink #E574B9

Tints of Persian Pink #E574B9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.89%

 BLUE value IS 185 (72.66% from 255) = 34.91%

R = 43.21%
G = 21.89%
B = 34.91%

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

#E574B9 (or 0xE574B9) is known color: Persian Pink. HEX triplet: E5, 74 and B9. RGB value is (229,116,185). Sum of RGB (Red+Green+Blue) = 229+116+185=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E574B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574B9 is #1A8B46. Grayscale: #9D9D9D. Windows color (decimal): -1739591 or 12154085. OLE color: 12154085.

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

Color convert

RGB 229 116 185 -
CMYK 0 0.49 0.19 0.10
HSL 323.36º 0.68% 0.68% -
HSV(B) 323.36º 0.49% 0.9% -
XYZ 47.32 32.65 49.71 -
YUV 157.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 229 116 185 0 0.49 0.19 0.10 323.36 0.68 0.68
Hex E5 74 B9 0 31 13 A 143 44 44
Octal 345 164 271 0 61 23 12 503 104 104
Binary 11100101 1110100 10111001 0 110001 10011 1010 101000011 1000100 1000100

Color Harmonies of #E574B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E574B9

Black with #E574B9

Text Example


Text Example

White with #E574B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E574B9; }

 p { color: rgb(229,116,185); }

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

background-color css

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

 a { background-color: rgb(229,116,185); }

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

border-color css

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

 span { border-color: rgb(229,116,185); }

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