Html Css Color HEX #E70CB9 Shocking Pink

📋 copy color: '#E70CB9'

red 231 ◦ green 12 ◦ blue 185

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

Shades of Shocking Pink #E70CB9

Tints of Shocking Pink #E70CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.22%

R = 53.97%
G = 2.8%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E70CB9 (or 0xE70CB9) is known color: Shocking Pink. HEX triplet: E7, 0C and B9. RGB value is (231,12,185). Sum of RGB (Red+Green+Blue) = 231+12+185=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E70CB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70CB9 is #18F346. Grayscale: #606060. Windows color (decimal): -1635143 or 12127463. OLE color: 12127463.

HSL color Cylindrical-coordinate representation of color #E70CB9: hue angle of 312.6º 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 #E70CB9 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 12 185 -
CMYK 0 0.95 0.20 0.09
HSL 312.6º 0.9% 0.48% -
HSV(B) 312.6º 0.95% 0.91% -
XYZ 41.84 20.75 47.7 -
YUV 97.2 177.55 223.43 -
System Red Green Blue C M Y K H S L
Decimal 231 12 185 0 0.95 0.20 0.09 312.6 0.9 0.48
Hex E7 C B9 0 5F 14 9 139 5A 30
Octal 347 14 271 0 137 24 11 471 132 60
Binary 11100111 1100 10111001 0 1011111 10100 1001 100111001 1011010 110000

Color Harmonies of #E70CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70CB9

Black with #E70CB9

Text Example


Text Example

White with #E70CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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