Html Css Color HEX #E526BD Shocking Pink

📋 copy color: '#E526BD'

red 229 ◦ green 38 ◦ blue 189

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

Shades of Shocking Pink #E526BD

Tints of Shocking Pink #E526BD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.33%

 BLUE value IS 189 (74.22% from 255) = 41.45%

R = 50.22%
G = 8.33%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E526BD (or 0xE526BD) is known color: Shocking Pink. HEX triplet: E5, 26 and BD. RGB value is (229,38,189). Sum of RGB (Red+Green+Blue) = 229+38+189=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E526BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E526BD is #1AD942. Grayscale: #6F6F6F. Windows color (decimal): -1759555 or 12396261. OLE color: 12396261.

HSL color Cylindrical-coordinate representation of color #E526BD: hue angle of 312.57º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E526BD is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 38 189 -
CMYK 0 0.83 0.17 0.10
HSL 312.57º 0.79% 0.52% -
HSV(B) 312.57º 0.83% 0.9% -
XYZ 42.19 21.72 50.11 -
YUV 112.32 171.28 211.22 -
System Red Green Blue C M Y K H S L
Decimal 229 38 189 0 0.83 0.17 0.10 312.57 0.79 0.52
Hex E5 26 BD 0 53 11 A 139 4F 34
Octal 345 46 275 0 123 21 12 471 117 64
Binary 11100101 100110 10111101 0 1010011 10001 1010 100111001 1001111 110100

Color Harmonies of #E526BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E526BD

Black with #E526BD

Text Example


Text Example

White with #E526BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E526BD; }

 p { color: rgb(229,38,189); }

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

background-color css

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

 a { background-color: rgb(229,38,189); }

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

border-color css

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

 span { border-color: rgb(229,38,189); }

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