Html Css Color HEX #E70FCA Shocking Pink

📋 copy color: '#E70FCA'

red 231 ◦ green 15 ◦ blue 202

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

Shades of Shocking Pink #E70FCA

Tints of Shocking Pink #E70FCA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.35%

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

R = 51.56%
G = 3.35%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E70FCA (or 0xE70FCA) is known color: Shocking Pink. HEX triplet: E7, 0F and CA. RGB value is (231,15,202). Sum of RGB (Red+Green+Blue) = 231+15+202=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FCA is #18F035. Grayscale: #646464. Windows color (decimal): -1634358 or 13242343. OLE color: 13242343.

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

Color convert

RGB 231 15 202 -
CMYK 0 0.94 0.13 0.09
HSL 308.06º 0.88% 0.48% -
HSV(B) 308.06º 0.94% 0.91% -
XYZ 43.79 21.59 57.74 -
YUV 100.9 185.06 220.79 -
System Red Green Blue C M Y K H S L
Decimal 231 15 202 0 0.94 0.13 0.09 308.06 0.88 0.48
Hex E7 F CA 0 5E D 9 134 58 30
Octal 347 17 312 0 136 15 11 464 130 60
Binary 11100111 1111 11001010 0 1011110 1101 1001 100110100 1011000 110000

Color Harmonies of #E70FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70FCA

Black with #E70FCA

Text Example


Text Example

White with #E70FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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