Html Css Color HEX #E215CA Shocking Pink

📋 copy color: '#E215CA'

red 226 ◦ green 21 ◦ blue 202

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

Shades of Shocking Pink #E215CA

Tints of Shocking Pink #E215CA

RGB

 RED value IS 226 (88.67% from 255) = 50.33%

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

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

R = 50.33%
G = 4.68%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E215CA (or 0xE215CA) is known color: Shocking Pink. HEX triplet: E2, 15 and CA. RGB value is (226,21,202). Sum of RGB (Red+Green+Blue) = 226+21+202=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E215CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E215CA is #1DEA35. Grayscale: #666666. Windows color (decimal): -1960502 or 13243874. OLE color: 13243874.

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

Color convert

RGB 226 21 202 -
CMYK 0 0.91 0.11 0.11
HSL 307.02º 0.83% 0.48% -
HSV(B) 307.02º 0.91% 0.89% -
XYZ 42.29 20.97 57.7 -
YUV 102.93 183.92 215.78 -
System Red Green Blue C M Y K H S L
Decimal 226 21 202 0 0.91 0.11 0.11 307.02 0.83 0.48
Hex E2 15 CA 0 5B B B 133 53 30
Octal 342 25 312 0 133 13 13 463 123 60
Binary 11100010 10101 11001010 0 1011011 1011 1011 100110011 1010011 110000

Color Harmonies of #E215CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E215CA

Black with #E215CA

Text Example


Text Example

White with #E215CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E215CA; }

 p { color: rgb(226,21,202); }

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

background-color css

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

 a { background-color: rgb(226,21,202); }

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

border-color css

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

 span { border-color: rgb(226,21,202); }

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