Html Css Color HEX #E217B4 Shocking Pink

📋 copy color: '#E217B4'

red 226 ◦ green 23 ◦ blue 180

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

Shades of Shocking Pink #E217B4

Tints of Shocking Pink #E217B4

RGB

 RED value IS 226 (88.67% from 255) = 52.68%

 GREEN value IS 23 (9.38% from 255) = 5.36%

 BLUE value IS 180 (70.7% from 255) = 41.96%

R = 52.68%
G = 5.36%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E217B4 (or 0xE217B4) is known color: Shocking Pink. HEX triplet: E2, 17 and B4. RGB value is (226,23,180). Sum of RGB (Red+Green+Blue) = 226+23+180=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E217B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217B4 is #1DE84B. Grayscale: #656565. Windows color (decimal): -1960012 or 11802594. OLE color: 11802594.

HSL color Cylindrical-coordinate representation of color #E217B4: hue angle of 313.6º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E217B4 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 23 180 -
CMYK 0 0.90 0.20 0.11
HSL 313.6º 0.82% 0.49% -
HSV(B) 313.6º 0.9% 0.89% -
XYZ 39.91 20.08 44.95 -
YUV 101.6 172.25 216.73 -
System Red Green Blue C M Y K H S L
Decimal 226 23 180 0 0.90 0.20 0.11 313.6 0.82 0.49
Hex E2 17 B4 0 5A 14 B 13A 52 31
Octal 342 27 264 0 132 24 13 472 122 61
Binary 11100010 10111 10110100 0 1011010 10100 1011 100111010 1010010 110001

Color Harmonies of #E217B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E217B4

Black with #E217B4

Text Example


Text Example

White with #E217B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E217B4; }

 p { color: rgb(226,23,180); }

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

background-color css

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

 a { background-color: rgb(226,23,180); }

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

border-color css

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

 span { border-color: rgb(226,23,180); }

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