Html Css Color HEX #E114B4 Shocking Pink

📋 copy color: '#E114B4'

red 225 ◦ green 20 ◦ blue 180

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

Shades of Shocking Pink #E114B4

Tints of Shocking Pink #E114B4

RGB

 RED value IS 225 (88.28% from 255) = 52.94%

 GREEN value IS 20 (8.2% from 255) = 4.71%

 BLUE value IS 180 (70.7% from 255) = 42.35%

R = 52.94%
G = 4.71%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.2

 K value IS 0.12

RGB Variations

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

Color information

#E114B4 (or 0xE114B4) is known color: Shocking Pink. HEX triplet: E1, 14 and B4. RGB value is (225,20,180). Sum of RGB (Red+Green+Blue) = 225+20+180=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E114B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E114B4 is #1EEB4B. Grayscale: #636363. Windows color (decimal): -2026316 or 11801825. OLE color: 11801825.

HSL color Cylindrical-coordinate representation of color #E114B4: hue angle of 313.17º degrees, saturation: 0.84, 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 #E114B4 is Cyan = 0, Magento = 0.91, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 20 180 -
CMYK 0 0.91 0.2 0.12
HSL 313.17º 0.84% 0.48% -
HSV(B) 313.17º 0.91% 0.88% -
XYZ 39.54 19.8 44.92 -
YUV 99.54 173.42 217.49 -
System Red Green Blue C M Y K H S L
Decimal 225 20 180 0 0.91 0.2 0.12 313.17 0.84 0.48
Hex E1 14 B4 0 5B 14 C 139 54 30
Octal 341 24 264 0 133 24 14 471 124 60
Binary 11100001 10100 10110100 0 1011011 10100 1100 100111001 1010100 110000

Color Harmonies of #E114B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E114B4

Black with #E114B4

Text Example


Text Example

White with #E114B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E114B4; }

 p { color: rgb(225,20,180); }

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

background-color css

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

 a { background-color: rgb(225,20,180); }

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

border-color css

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

 span { border-color: rgb(225,20,180); }

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