Html Css Color HEX #E114C7 Shocking Pink

📋 copy color: '#E114C7'

red 225 ◦ green 20 ◦ blue 199

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

Shades of Shocking Pink #E114C7

Tints of Shocking Pink #E114C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.82%

R = 50.68%
G = 4.5%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E114C7 (or 0xE114C7) is known color: Shocking Pink. HEX triplet: E1, 14 and C7. RGB value is (225,20,199). Sum of RGB (Red+Green+Blue) = 225+20+199=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 20 (8.20% from 255 or 4.50% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E114C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E114C7 is #1EEB38. Grayscale: #656565. Windows color (decimal): -2026297 or 13047009. OLE color: 13047009.

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

Color convert

RGB 225 20 199 -
CMYK 0 0.91 0.12 0.12
HSL 307.61º 0.84% 0.48% -
HSV(B) 307.61º 0.91% 0.88% -
XYZ 41.61 20.63 55.82 -
YUV 101.7 182.92 215.95 -
System Red Green Blue C M Y K H S L
Decimal 225 20 199 0 0.91 0.12 0.12 307.61 0.84 0.48
Hex E1 14 C7 0 5B C C 134 54 30
Octal 341 24 307 0 133 14 14 464 124 60
Binary 11100001 10100 11000111 0 1011011 1100 1100 100110100 1010100 110000

Color Harmonies of #E114C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E114C7

Black with #E114C7

Text Example


Text Example

White with #E114C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E114C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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