Html Css Color HEX #E006B7 Shocking Pink

📋 copy color: '#E006B7'

red 224 ◦ green 6 ◦ blue 183

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

Shades of Shocking Pink #E006B7

Tints of Shocking Pink #E006B7

RGB

 RED value IS 224 (87.89% from 255) = 54.24%

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

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

R = 54.24%
G = 1.45%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E006B7 (or 0xE006B7) is known color: Shocking Pink. HEX triplet: E0, 06 and B7. RGB value is (224,6,183). Sum of RGB (Red+Green+Blue) = 224+6+183=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E006B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E006B7 is #1FF948. Grayscale: #5A5A5A. Windows color (decimal): -2095433 or 11994848. OLE color: 11994848.

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

Color convert

RGB 224 6 183 -
CMYK 0 0.97 0.18 0.12
HSL 311.28º 0.95% 0.45% -
HSV(B) 311.28º 0.97% 0.88% -
XYZ 39.35 19.4 46.47 -
YUV 91.36 179.72 222.61 -
System Red Green Blue C M Y K H S L
Decimal 224 6 183 0 0.97 0.18 0.12 311.28 0.95 0.45
Hex E0 6 B7 0 61 12 C 137 5F 2D
Octal 340 6 267 0 141 22 14 467 137 55
Binary 11100000 110 10110111 0 1100001 10010 1100 100110111 1011111 101101

Color Harmonies of #E006B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006B7

Black with #E006B7

Text Example


Text Example

White with #E006B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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