Html Css Color HEX #E501B7 Shocking Pink

📋 copy color: '#E501B7'

red 229 ◦ green 1 ◦ blue 183

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

Shades of Shocking Pink #E501B7

Tints of Shocking Pink #E501B7

RGB

 RED value IS 229 (89.84% from 255) = 55.45%

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 55.45%
G = 0.24%
B = 44.31%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#E501B7 (or 0xE501B7) is known color: Shocking Pink. HEX triplet: E5, 01 and B7. RGB value is (229,1,183). Sum of RGB (Red+Green+Blue) = 229+1+183=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E501B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501B7 is #1AFE48. Grayscale: #595959. Windows color (decimal): -1769033 or 11993573. OLE color: 11993573.

HSL color Cylindrical-coordinate representation of color #E501B7: hue angle of 312.11º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E501B7 is Cyan = 0, Magento = 1.00, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 1 183 -
CMYK 0 1.00 0.20 0.10
HSL 312.11º 0.99% 0.45% -
HSV(B) 312.11º 1% 0.9% -
XYZ 40.87 20.1 46.53 -
YUV 89.92 180.54 227.2 -
System Red Green Blue C M Y K H S L
Decimal 229 1 183 0 1.00 0.20 0.10 312.11 0.99 0.45
Hex E5 1 B7 0 64 14 A 138 63 2D
Octal 345 1 267 0 144 24 12 470 143 55
Binary 11100101 1 10110111 0 1100100 10100 1010 100111000 1100011 101101

Color Harmonies of #E501B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501B7

Black with #E501B7

Text Example


Text Example

White with #E501B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501B7; }

 p { color: rgb(229,1,183); }

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

background-color css

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

 a { background-color: rgb(229,1,183); }

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

border-color css

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

 span { border-color: rgb(229,1,183); }

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