Html Css Color HEX #E424BD Shocking Pink

📋 copy color: '#E424BD'

red 228 ◦ green 36 ◦ blue 189

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

Shades of Shocking Pink #E424BD

Tints of Shocking Pink #E424BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.72%

R = 50.33%
G = 7.95%
B = 41.72%

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

#E424BD (or 0xE424BD) is known color: Shocking Pink. HEX triplet: E4, 24 and BD. RGB value is (228,36,189). Sum of RGB (Red+Green+Blue) = 228+36+189=453 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.33% from 453); Green value is 36 (14.45% from 255 or 7.95% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 228 - color contains mainly: red. Hex color #E424BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E424BD is #1BDB42. Grayscale: #6E6E6E. Windows color (decimal): -1825603 or 12395748. OLE color: 12395748.

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

Color convert

RGB 228 36 189 -
CMYK 0 0.84 0.17 0.11
HSL 312.19º 0.78% 0.52% -
HSV(B) 312.19º 0.84% 0.89% -
XYZ 41.81 21.43 50.08 -
YUV 110.85 172.11 211.56 -
System Red Green Blue C M Y K H S L
Decimal 228 36 189 0 0.84 0.17 0.11 312.19 0.78 0.52
Hex E4 24 BD 0 54 11 B 138 4E 34
Octal 344 44 275 0 124 21 13 470 116 64
Binary 11100100 100100 10111101 0 1010100 10001 1011 100111000 1001110 110100

Color Harmonies of #E424BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E424BD

Black with #E424BD

Text Example


Text Example

White with #E424BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E424BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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