Html Css Color HEX #E915D2 Shocking Pink

📋 copy color: '#E915D2'

red 233 ◦ green 21 ◦ blue 210

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

Shades of Shocking Pink #E915D2

Tints of Shocking Pink #E915D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.26%

R = 50.22%
G = 4.53%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E915D2 (or 0xE915D2) is known color: Shocking Pink. HEX triplet: E9, 15 and D2. RGB value is (233,21,210). Sum of RGB (Red+Green+Blue) = 233+21+210=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E915D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E915D2 is #16EA2D. Grayscale: #696969. Windows color (decimal): -1501742 or 13768169. OLE color: 13768169.

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

Color convert

RGB 233 21 210 -
CMYK 0 0.91 0.10 0.09
HSL 306.51º 0.83% 0.5% -
HSV(B) 306.51º 0.91% 0.91% -
XYZ 45.51 22.51 62.92 -
YUV 105.93 186.74 218.63 -
System Red Green Blue C M Y K H S L
Decimal 233 21 210 0 0.91 0.10 0.09 306.51 0.83 0.5
Hex E9 15 D2 0 5B A 9 133 53 32
Octal 351 25 322 0 133 12 11 463 123 62
Binary 11101001 10101 11010010 0 1011011 1010 1001 100110011 1010011 110010

Color Harmonies of #E915D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E915D2

Black with #E915D2

Text Example


Text Example

White with #E915D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E915D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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