Html Css Color HEX #E506B5 Shocking Pink

📋 copy color: '#E506B5'

red 229 ◦ green 6 ◦ blue 181

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

Shades of Shocking Pink #E506B5

Tints of Shocking Pink #E506B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.51%

R = 55.05%
G = 1.44%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E506B5 (or 0xE506B5) is known color: Shocking Pink. HEX triplet: E5, 06 and B5. RGB value is (229,6,181). Sum of RGB (Red+Green+Blue) = 229+6+181=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E506B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E506B5 is #1AF94A. Grayscale: #5C5C5C. Windows color (decimal): -1767755 or 11863781. OLE color: 11863781.

HSL color Cylindrical-coordinate representation of color #E506B5: hue angle of 312.91º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E506B5 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 6 181 -
CMYK 0 0.97 0.21 0.10
HSL 312.91º 0.95% 0.46% -
HSV(B) 312.91º 0.97% 0.9% -
XYZ 40.72 20.12 45.45 -
YUV 92.63 177.88 225.27 -
System Red Green Blue C M Y K H S L
Decimal 229 6 181 0 0.97 0.21 0.10 312.91 0.95 0.46
Hex E5 6 B5 0 61 15 A 139 5F 2E
Octal 345 6 265 0 141 25 12 471 137 56
Binary 11100101 110 10110101 0 1100001 10101 1010 100111001 1011111 101110

Color Harmonies of #E506B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E506B5

Black with #E506B5

Text Example


Text Example

White with #E506B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E506B5; }

 p { color: rgb(229,6,181); }

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

background-color css

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

 a { background-color: rgb(229,6,181); }

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

border-color css

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

 span { border-color: rgb(229,6,181); }

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