Html Css Color HEX #E70CCA Shocking Pink

📋 copy color: '#E70CCA'

red 231 ◦ green 12 ◦ blue 202

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

Shades of Shocking Pink #E70CCA

Tints of Shocking Pink #E70CCA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.7%

 BLUE value IS 202 (79.3% from 255) = 45.39%

R = 51.91%
G = 2.7%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E70CCA (or 0xE70CCA) is known color: Shocking Pink. HEX triplet: E7, 0C and CA. RGB value is (231,12,202). Sum of RGB (Red+Green+Blue) = 231+12+202=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E70CCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70CCA is #18F335. Grayscale: #626262. Windows color (decimal): -1635126 or 13241575. OLE color: 13241575.

HSL color Cylindrical-coordinate representation of color #E70CCA: hue angle of 307.95º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70CCA is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 12 202 -
CMYK 0 0.95 0.13 0.09
HSL 307.95º 0.9% 0.48% -
HSV(B) 307.95º 0.95% 0.91% -
XYZ 43.75 21.52 57.72 -
YUV 99.14 186.05 222.05 -
System Red Green Blue C M Y K H S L
Decimal 231 12 202 0 0.95 0.13 0.09 307.95 0.9 0.48
Hex E7 C CA 0 5F D 9 134 5A 30
Octal 347 14 312 0 137 15 11 464 132 60
Binary 11100111 1100 11001010 0 1011111 1101 1001 100110100 1011010 110000

Color Harmonies of #E70CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70CCA

Black with #E70CCA

Text Example


Text Example

White with #E70CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70CCA; }

 p { color: rgb(231,12,202); }

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

background-color css

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

 a { background-color: rgb(231,12,202); }

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

border-color css

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

 span { border-color: rgb(231,12,202); }

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