Html Css Color HEX #E117CA Shocking Pink

📋 copy color: '#E117CA'

red 225 ◦ green 23 ◦ blue 202

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

Shades of Shocking Pink #E117CA

Tints of Shocking Pink #E117CA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.11%

 BLUE value IS 202 (79.3% from 255) = 44.89%

R = 50%
G = 5.11%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E117CA (or 0xE117CA) is known color: Shocking Pink. HEX triplet: E1, 17 and CA. RGB value is (225,23,202). Sum of RGB (Red+Green+Blue) = 225+23+202=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E117CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E117CA is #1EE835. Grayscale: #676767. Windows color (decimal): -2025526 or 13244385. OLE color: 13244385.

HSL color Cylindrical-coordinate representation of color #E117CA: hue angle of 306.83º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E117CA is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 23 202 -
CMYK 0 0.90 0.10 0.12
HSL 306.83º 0.81% 0.49% -
HSV(B) 306.83º 0.9% 0.88% -
XYZ 42.02 20.88 57.69 -
YUV 103.8 183.42 214.45 -
System Red Green Blue C M Y K H S L
Decimal 225 23 202 0 0.90 0.10 0.12 306.83 0.81 0.49
Hex E1 17 CA 0 5A A C 133 51 31
Octal 341 27 312 0 132 12 14 463 121 61
Binary 11100001 10111 11001010 0 1011010 1010 1100 100110011 1010001 110001

Color Harmonies of #E117CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E117CA

Black with #E117CA

Text Example


Text Example

White with #E117CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E117CA; }

 p { color: rgb(225,23,202); }

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

background-color css

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

 a { background-color: rgb(225,23,202); }

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

border-color css

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

 span { border-color: rgb(225,23,202); }

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