Html Css Color HEX #E024BE Shocking Pink

📋 copy color: '#E024BE'

red 224 ◦ green 36 ◦ blue 190

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

Shades of Shocking Pink #E024BE

Tints of Shocking Pink #E024BE

RGB

 RED value IS 224 (87.89% from 255) = 49.78%

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

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

R = 49.78%
G = 8%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E024BE (or 0xE024BE) is known color: Shocking Pink. HEX triplet: E0, 24 and BE. RGB value is (224,36,190). Sum of RGB (Red+Green+Blue) = 224+36+190=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E024BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E024BE is #1FDB41. Grayscale: #6D6D6D. Windows color (decimal): -2087746 or 12461280. OLE color: 12461280.

HSL color Cylindrical-coordinate representation of color #E024BE: hue angle of 310.85º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E024BE is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 36 190 -
CMYK 0 0.84 0.15 0.12
HSL 310.85º 0.75% 0.51% -
HSV(B) 310.85º 0.84% 0.88% -
XYZ 40.67 20.83 50.59 -
YUV 109.77 173.28 209.48 -
System Red Green Blue C M Y K H S L
Decimal 224 36 190 0 0.84 0.15 0.12 310.85 0.75 0.51
Hex E0 24 BE 0 54 F C 137 4B 33
Octal 340 44 276 0 124 17 14 467 113 63
Binary 11100000 100100 10111110 0 1010100 1111 1100 100110111 1001011 110011

Color Harmonies of #E024BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024BE

Black with #E024BE

Text Example


Text Example

White with #E024BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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