Html Css Color HEX #E106B7 Shocking Pink

📋 copy color: '#E106B7'

red 225 ◦ green 6 ◦ blue 183

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

Shades of Shocking Pink #E106B7

Tints of Shocking Pink #E106B7

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.45%

 BLUE value IS 183 (71.88% from 255) = 44.2%

R = 54.35%
G = 1.45%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E106B7 (or 0xE106B7) is known color: Shocking Pink. HEX triplet: E1, 06 and B7. RGB value is (225,6,183). Sum of RGB (Red+Green+Blue) = 225+6+183=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 6 (2.73% from 255 or 1.45% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E106B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E106B7 is #1EF948. Grayscale: #5B5B5B. Windows color (decimal): -2029897 or 11994849. OLE color: 11994849.

HSL color Cylindrical-coordinate representation of color #E106B7: hue angle of 311.51º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E106B7 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 6 183 -
CMYK 0 0.97 0.19 0.12
HSL 311.51º 0.95% 0.45% -
HSV(B) 311.51º 0.97% 0.88% -
XYZ 39.66 19.56 46.48 -
YUV 91.66 179.55 223.11 -
System Red Green Blue C M Y K H S L
Decimal 225 6 183 0 0.97 0.19 0.12 311.51 0.95 0.45
Hex E1 6 B7 0 61 13 C 138 5F 2D
Octal 341 6 267 0 141 23 14 470 137 55
Binary 11100001 110 10110111 0 1100001 10011 1100 100111000 1011111 101101

Color Harmonies of #E106B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E106B7

Black with #E106B7

Text Example


Text Example

White with #E106B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E106B7; }

 p { color: rgb(225,6,183); }

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

background-color css

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

 a { background-color: rgb(225,6,183); }

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

border-color css

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

 span { border-color: rgb(225,6,183); }

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