Html Css Color HEX #E10EB9 Shocking Pink

📋 copy color: '#E10EB9'

red 225 ◦ green 14 ◦ blue 185

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

Shades of Shocking Pink #E10EB9

Tints of Shocking Pink #E10EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.63%

R = 53.07%
G = 3.3%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E10EB9 (or 0xE10EB9) is known color: Shocking Pink. HEX triplet: E1, 0E and B9. RGB value is (225,14,185). Sum of RGB (Red+Green+Blue) = 225+14+185=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E10EB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10EB9 is #1EF146. Grayscale: #606060. Windows color (decimal): -2027847 or 12127969. OLE color: 12127969.

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

Color convert

RGB 225 14 185 -
CMYK 0 0.94 0.18 0.12
HSL 311.37º 0.88% 0.47% -
HSV(B) 311.37º 0.94% 0.88% -
XYZ 39.97 19.82 47.62 -
YUV 96.58 177.9 219.6 -
System Red Green Blue C M Y K H S L
Decimal 225 14 185 0 0.94 0.18 0.12 311.37 0.88 0.47
Hex E1 E B9 0 5E 12 C 137 58 2F
Octal 341 16 271 0 136 22 14 467 130 57
Binary 11100001 1110 10111001 0 1011110 10010 1100 100110111 1011000 101111

Color Harmonies of #E10EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10EB9

Black with #E10EB9

Text Example


Text Example

White with #E10EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10EB9; }

 p { color: rgb(225,14,185); }

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

background-color css

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

 a { background-color: rgb(225,14,185); }

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

border-color css

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

 span { border-color: rgb(225,14,185); }

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