Html Css Color HEX #E915D4 Shocking Pink

📋 copy color: '#E915D4'

red 233 ◦ green 21 ◦ blue 212

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

Shades of Shocking Pink #E915D4

Tints of Shocking Pink #E915D4

RGB

 RED value IS 233 (91.41% from 255) = 50%

 GREEN value IS 21 (8.59% from 255) = 4.51%

 BLUE value IS 212 (83.2% from 255) = 45.49%

R = 50%
G = 4.51%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E915D4 (or 0xE915D4) is known color: Shocking Pink. HEX triplet: E9, 15 and D4. RGB value is (233,21,212). Sum of RGB (Red+Green+Blue) = 233+21+212=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E915D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E915D4 is #16EA2B. Grayscale: #696969. Windows color (decimal): -1501740 or 13899241. OLE color: 13899241.

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

Color convert

RGB 233 21 212 -
CMYK 0 0.91 0.09 0.09
HSL 305.94º 0.83% 0.5% -
HSV(B) 305.94º 0.91% 0.91% -
XYZ 45.76 22.61 64.24 -
YUV 106.16 187.74 218.47 -
System Red Green Blue C M Y K H S L
Decimal 233 21 212 0 0.91 0.09 0.09 305.94 0.83 0.5
Hex E9 15 D4 0 5B 9 9 132 53 32
Octal 351 25 324 0 133 11 11 462 123 62
Binary 11101001 10101 11010100 0 1011011 1001 1001 100110010 1010011 110010

Color Harmonies of #E915D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E915D4

Black with #E915D4

Text Example


Text Example

White with #E915D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E915D4; }

 p { color: rgb(233,21,212); }

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

background-color css

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

 a { background-color: rgb(233,21,212); }

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

border-color css

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

 span { border-color: rgb(233,21,212); }

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