Html Css Color HEX #E424BE Shocking Pink

📋 copy color: '#E424BE'

red 228 ◦ green 36 ◦ blue 190

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

Shades of Shocking Pink #E424BE

Tints of Shocking Pink #E424BE

RGB

 RED value IS 228 (89.45% from 255) = 50.22%

 GREEN value IS 36 (14.45% from 255) = 7.93%

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 50.22%
G = 7.93%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E424BE (or 0xE424BE) is known color: Shocking Pink. HEX triplet: E4, 24 and BE. RGB value is (228,36,190). Sum of RGB (Red+Green+Blue) = 228+36+190=454 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.22% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 228 - color contains mainly: red. Hex color #E424BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E424BE is #1BDB41. Grayscale: #6E6E6E. Windows color (decimal): -1825602 or 12461284. OLE color: 12461284.

HSL color Cylindrical-coordinate representation of color #E424BE: hue angle of 311.88º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E424BE is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 36 190 -
CMYK 0 0.84 0.17 0.11
HSL 311.88º 0.78% 0.52% -
HSV(B) 311.88º 0.84% 0.89% -
XYZ 41.92 21.47 50.65 -
YUV 110.96 172.61 211.48 -
System Red Green Blue C M Y K H S L
Decimal 228 36 190 0 0.84 0.17 0.11 311.88 0.78 0.52
Hex E4 24 BE 0 54 11 B 138 4E 34
Octal 344 44 276 0 124 21 13 470 116 64
Binary 11100100 100100 10111110 0 1010100 10001 1011 100111000 1001110 110100

Color Harmonies of #E424BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E424BE

Black with #E424BE

Text Example


Text Example

White with #E424BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E424BE; }

 p { color: rgb(228,36,190); }

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

background-color css

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

 a { background-color: rgb(228,36,190); }

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

border-color css

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

 span { border-color: rgb(228,36,190); }

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