Html Css Color HEX #E70DBD Shocking Pink

📋 copy color: '#E70DBD'

red 231 ◦ green 13 ◦ blue 189

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

Shades of Shocking Pink #E70DBD

Tints of Shocking Pink #E70DBD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3%

 BLUE value IS 189 (74.22% from 255) = 43.65%

R = 53.35%
G = 3%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E70DBD (or 0xE70DBD) is known color: Shocking Pink. HEX triplet: E7, 0D and BD. RGB value is (231,13,189). Sum of RGB (Red+Green+Blue) = 231+13+189=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70DBD is #18F242. Grayscale: #616161. Windows color (decimal): -1634883 or 12389863. OLE color: 12389863.

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

Color convert

RGB 231 13 189 -
CMYK 0 0.94 0.18 0.09
HSL 311.56º 0.89% 0.48% -
HSV(B) 311.56º 0.94% 0.91% -
XYZ 42.28 20.95 49.96 -
YUV 98.25 179.22 222.69 -
System Red Green Blue C M Y K H S L
Decimal 231 13 189 0 0.94 0.18 0.09 311.56 0.89 0.48
Hex E7 D BD 0 5E 12 9 138 59 30
Octal 347 15 275 0 136 22 11 470 131 60
Binary 11100111 1101 10111101 0 1011110 10010 1001 100111000 1011001 110000

Color Harmonies of #E70DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70DBD

Black with #E70DBD

Text Example


Text Example

White with #E70DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70DBD; }

 p { color: rgb(231,13,189); }

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

background-color css

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

 a { background-color: rgb(231,13,189); }

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

border-color css

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

 span { border-color: rgb(231,13,189); }

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