Html Css Color HEX #E70FD0 Shocking Pink

📋 copy color: '#E70FD0'

red 231 ◦ green 15 ◦ blue 208

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

Shades of Shocking Pink #E70FD0

Tints of Shocking Pink #E70FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.81%

R = 50.88%
G = 3.3%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E70FD0 (or 0xE70FD0) is known color: Shocking Pink. HEX triplet: E7, 0F and D0. RGB value is (231,15,208). Sum of RGB (Red+Green+Blue) = 231+15+208=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 15 (6.25% from 255 or 3.30% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FD0 is #18F02F. Grayscale: #656565. Windows color (decimal): -1634352 or 13635559. OLE color: 13635559.

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

Color convert

RGB 231 15 208 -
CMYK 0 0.94 0.10 0.09
HSL 306.39º 0.88% 0.48% -
HSV(B) 306.39º 0.94% 0.91% -
XYZ 44.51 21.88 61.55 -
YUV 101.59 188.06 220.31 -
System Red Green Blue C M Y K H S L
Decimal 231 15 208 0 0.94 0.10 0.09 306.39 0.88 0.48
Hex E7 F D0 0 5E A 9 132 58 30
Octal 347 17 320 0 136 12 11 462 130 60
Binary 11100111 1111 11010000 0 1011110 1010 1001 100110010 1011000 110000

Color Harmonies of #E70FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70FD0

Black with #E70FD0

Text Example


Text Example

White with #E70FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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