Html Css Color HEX #E015BE Shocking Pink

📋 copy color: '#E015BE'

red 224 ◦ green 21 ◦ blue 190

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

Shades of Shocking Pink #E015BE

Tints of Shocking Pink #E015BE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.83%

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

R = 51.49%
G = 4.83%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E015BE (or 0xE015BE) is known color: Shocking Pink. HEX triplet: E0, 15 and BE. RGB value is (224,21,190). Sum of RGB (Red+Green+Blue) = 224+21+190=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E015BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015BE is #1FEA41. Grayscale: #646464. Windows color (decimal): -2091586 or 12457440. OLE color: 12457440.

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

Color convert

RGB 224 21 190 -
CMYK 0 0.91 0.15 0.12
HSL 310.05º 0.83% 0.48% -
HSV(B) 310.05º 0.91% 0.88% -
XYZ 40.3 20.1 50.47 -
YUV 100.96 178.25 215.76 -
System Red Green Blue C M Y K H S L
Decimal 224 21 190 0 0.91 0.15 0.12 310.05 0.83 0.48
Hex E0 15 BE 0 5B F C 136 53 30
Octal 340 25 276 0 133 17 14 466 123 60
Binary 11100000 10101 10111110 0 1011011 1111 1100 100110110 1010011 110000

Color Harmonies of #E015BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015BE

Black with #E015BE

Text Example


Text Example

White with #E015BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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