Html Css Color HEX #E572C1 Persian Pink

📋 copy color: '#E572C1'

red 229 ◦ green 114 ◦ blue 193

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

Shades of Persian Pink #E572C1

Tints of Persian Pink #E572C1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.27%

 BLUE value IS 193 (75.78% from 255) = 36.01%

R = 42.72%
G = 21.27%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E572C1 (or 0xE572C1) is known color: Persian Pink. HEX triplet: E5, 72 and C1. RGB value is (229,114,193). Sum of RGB (Red+Green+Blue) = 229+114+193=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E572C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572C1 is #1A8D3E. Grayscale: #9D9D9D. Windows color (decimal): -1740095 or 12677861. OLE color: 12677861.

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

Color convert

RGB 229 114 193 -
CMYK 0 0.50 0.16 0.10
HSL 318.78º 0.69% 0.67% -
HSV(B) 318.78º 0.5% 0.9% -
XYZ 47.96 32.54 54.21 -
YUV 157.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 229 114 193 0 0.50 0.16 0.10 318.78 0.69 0.67
Hex E5 72 C1 0 32 10 A 13F 45 43
Octal 345 162 301 0 62 20 12 477 105 103
Binary 11100101 1110010 11000001 0 110010 10000 1010 100111111 1000101 1000011

Color Harmonies of #E572C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E572C1

Black with #E572C1

Text Example


Text Example

White with #E572C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E572C1; }

 p { color: rgb(229,114,193); }

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

background-color css

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

 a { background-color: rgb(229,114,193); }

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

border-color css

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

 span { border-color: rgb(229,114,193); }

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