Html Css Color HEX #E573C4 Persian Pink

📋 copy color: '#E573C4'

red 229 ◦ green 115 ◦ blue 196

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

Shades of Persian Pink #E573C4

Tints of Persian Pink #E573C4

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.3%

 BLUE value IS 196 (76.95% from 255) = 36.3%

R = 42.41%
G = 21.3%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E573C4 (or 0xE573C4) is known color: Persian Pink. HEX triplet: E5, 73 and C4. RGB value is (229,115,196). Sum of RGB (Red+Green+Blue) = 229+115+196=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E573C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573C4 is #1A8C3B. Grayscale: #9E9E9E. Windows color (decimal): -1739836 or 12874725. OLE color: 12874725.

HSL color Cylindrical-coordinate representation of color #E573C4: hue angle of 317.37º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E573C4 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 115 196 -
CMYK 0 0.50 0.14 0.10
HSL 317.37º 0.69% 0.67% -
HSV(B) 317.37º 0.5% 0.9% -
XYZ 48.41 32.91 56.02 -
YUV 158.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 229 115 196 0 0.50 0.14 0.10 317.37 0.69 0.67
Hex E5 73 C4 0 32 E A 13D 45 43
Octal 345 163 304 0 62 16 12 475 105 103
Binary 11100101 1110011 11000100 0 110010 1110 1010 100111101 1000101 1000011

Color Harmonies of #E573C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E573C4

Black with #E573C4

Text Example


Text Example

White with #E573C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E573C4; }

 p { color: rgb(229,115,196); }

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

background-color css

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

 a { background-color: rgb(229,115,196); }

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

border-color css

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

 span { border-color: rgb(229,115,196); }

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