Html Css Color HEX #E70ABC Shocking Pink

📋 copy color: '#E70ABC'

red 231 ◦ green 10 ◦ blue 188

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

Shades of Shocking Pink #E70ABC

Tints of Shocking Pink #E70ABC

RGB

 RED value IS 231 (90.63% from 255) = 53.85%

 GREEN value IS 10 (4.3% from 255) = 2.33%

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 53.85%
G = 2.33%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E70ABC (or 0xE70ABC) is known color: Shocking Pink. HEX triplet: E7, 0A and BC. RGB value is (231,10,188). Sum of RGB (Red+Green+Blue) = 231+10+188=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E70ABC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70ABC is #18F543. Grayscale: #5F5F5F. Windows color (decimal): -1635652 or 12323559. OLE color: 12323559.

HSL color Cylindrical-coordinate representation of color #E70ABC: hue angle of 311.67º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70ABC is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 10 188 -
CMYK 0 0.96 0.19 0.09
HSL 311.67º 0.92% 0.47% -
HSV(B) 311.67º 0.96% 0.91% -
XYZ 42.14 20.84 49.38 -
YUV 96.37 179.72 224.03 -
System Red Green Blue C M Y K H S L
Decimal 231 10 188 0 0.96 0.19 0.09 311.67 0.92 0.47
Hex E7 A BC 0 60 13 9 138 5C 2F
Octal 347 12 274 0 140 23 11 470 134 57
Binary 11100111 1010 10111100 0 1100000 10011 1001 100111000 1011100 101111

Color Harmonies of #E70ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70ABC

Black with #E70ABC

Text Example


Text Example

White with #E70ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70ABC; }

 p { color: rgb(231,10,188); }

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

background-color css

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

 a { background-color: rgb(231,10,188); }

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

border-color css

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

 span { border-color: rgb(231,10,188); }

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