Html Css Color HEX #E00EBA Shocking Pink

📋 copy color: '#E00EBA'

red 224 ◦ green 14 ◦ blue 186

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

Shades of Shocking Pink #E00EBA

Tints of Shocking Pink #E00EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.3%

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 52.83%
G = 3.3%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E00EBA (or 0xE00EBA) is known color: Shocking Pink. HEX triplet: E0, 0E and BA. RGB value is (224,14,186). Sum of RGB (Red+Green+Blue) = 224+14+186=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E00EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00EBA is #1FF145. Grayscale: #5F5F5F. Windows color (decimal): -2093382 or 12193504. OLE color: 12193504.

HSL color Cylindrical-coordinate representation of color #E00EBA: hue angle of 310.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00EBA is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 14 186 -
CMYK 0 0.94 0.17 0.12
HSL 310.86º 0.88% 0.47% -
HSV(B) 310.86º 0.94% 0.88% -
XYZ 39.76 19.71 48.16 -
YUV 96.4 178.57 219.01 -
System Red Green Blue C M Y K H S L
Decimal 224 14 186 0 0.94 0.17 0.12 310.86 0.88 0.47
Hex E0 E BA 0 5E 11 C 137 58 2F
Octal 340 16 272 0 136 21 14 467 130 57
Binary 11100000 1110 10111010 0 1011110 10001 1100 100110111 1011000 101111

Color Harmonies of #E00EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00EBA

Black with #E00EBA

Text Example


Text Example

White with #E00EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00EBA; }

 p { color: rgb(224,14,186); }

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

background-color css

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

 a { background-color: rgb(224,14,186); }

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

border-color css

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

 span { border-color: rgb(224,14,186); }

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