Html Css Color HEX #E574B4 Persian Pink

📋 copy color: '#E574B4'

red 229 ◦ green 116 ◦ blue 180

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

Shades of Persian Pink #E574B4

Tints of Persian Pink #E574B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.29%

R = 43.62%
G = 22.1%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E574B4 (or 0xE574B4) is known color: Persian Pink. HEX triplet: E5, 74 and B4. RGB value is (229,116,180). Sum of RGB (Red+Green+Blue) = 229+116+180=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E574B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574B4 is #1A8B4B. Grayscale: #9C9C9C. Windows color (decimal): -1739596 or 11826405. OLE color: 11826405.

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

Color convert

RGB 229 116 180 -
CMYK 0 0.49 0.21 0.10
HSL 326.02º 0.68% 0.68% -
HSV(B) 326.02º 0.49% 0.9% -
XYZ 46.8 32.44 46.98 -
YUV 157.08 140.94 179.3 -
System Red Green Blue C M Y K H S L
Decimal 229 116 180 0 0.49 0.21 0.10 326.02 0.68 0.68
Hex E5 74 B4 0 31 15 A 146 44 44
Octal 345 164 264 0 61 25 12 506 104 104
Binary 11100101 1110100 10110100 0 110001 10101 1010 101000110 1000100 1000100

Color Harmonies of #E574B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E574B4

Black with #E574B4

Text Example


Text Example

White with #E574B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E574B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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