Html Css Color HEX #E570C2 Neon Pink

📋 copy color: '#E570C2'

red 229 ◦ green 112 ◦ blue 194

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

Shades of Neon Pink #E570C2

Tints of Neon Pink #E570C2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.93%

 BLUE value IS 194 (76.17% from 255) = 36.26%

R = 42.8%
G = 20.93%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E570C2 (or 0xE570C2) is known color: Neon Pink. HEX triplet: E5, 70 and C2. RGB value is (229,112,194). Sum of RGB (Red+Green+Blue) = 229+112+194=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E570C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570C2 is #1A8F3D. Grayscale: #9C9C9C. Windows color (decimal): -1740606 or 12742885. OLE color: 12742885.

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

Color convert

RGB 229 112 194 -
CMYK 0 0.51 0.15 0.10
HSL 317.95º 0.69% 0.67% -
HSV(B) 317.95º 0.51% 0.9% -
XYZ 47.84 32.14 54.72 -
YUV 156.33 149.26 179.83 -
System Red Green Blue C M Y K H S L
Decimal 229 112 194 0 0.51 0.15 0.10 317.95 0.69 0.67
Hex E5 70 C2 0 33 F A 13E 45 43
Octal 345 160 302 0 63 17 12 476 105 103
Binary 11100101 1110000 11000010 0 110011 1111 1010 100111110 1000101 1000011

Color Harmonies of #E570C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E570C2

Black with #E570C2

Text Example


Text Example

White with #E570C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E570C2; }

 p { color: rgb(229,112,194); }

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

background-color css

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

 a { background-color: rgb(229,112,194); }

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

border-color css

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

 span { border-color: rgb(229,112,194); }

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