Html Css Color HEX #E424BC Shocking Pink

📋 copy color: '#E424BC'

red 228 ◦ green 36 ◦ blue 188

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

Shades of Shocking Pink #E424BC

Tints of Shocking Pink #E424BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 50.44%
G = 7.96%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E424BC (or 0xE424BC) is known color: Shocking Pink. HEX triplet: E4, 24 and BC. RGB value is (228,36,188). Sum of RGB (Red+Green+Blue) = 228+36+188=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 36 (14.45% from 255 or 7.96% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E424BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E424BC is #1BDB43. Grayscale: #6E6E6E. Windows color (decimal): -1825604 or 12330212. OLE color: 12330212.

HSL color Cylindrical-coordinate representation of color #E424BC: hue angle of 312.5º 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 #E424BC is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 36 188 -
CMYK 0 0.84 0.18 0.11
HSL 312.5º 0.78% 0.52% -
HSV(B) 312.5º 0.84% 0.89% -
XYZ 41.7 21.39 49.51 -
YUV 110.74 171.61 211.64 -
System Red Green Blue C M Y K H S L
Decimal 228 36 188 0 0.84 0.18 0.11 312.5 0.78 0.52
Hex E4 24 BC 0 54 12 B 138 4E 34
Octal 344 44 274 0 124 22 13 470 116 64
Binary 11100100 100100 10111100 0 1010100 10010 1011 100111000 1001110 110100

Color Harmonies of #E424BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E424BC

Black with #E424BC

Text Example


Text Example

White with #E424BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E424BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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