Html Css Color HEX #E525BB Shocking Pink

📋 copy color: '#E525BB'

red 229 ◦ green 37 ◦ blue 187

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

Shades of Shocking Pink #E525BB

Tints of Shocking Pink #E525BB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.17%

 BLUE value IS 187 (73.44% from 255) = 41.28%

R = 50.55%
G = 8.17%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E525BB (or 0xE525BB) is known color: Shocking Pink. HEX triplet: E5, 25 and BB. RGB value is (229,37,187). Sum of RGB (Red+Green+Blue) = 229+37+187=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 37 (14.84% from 255 or 8.17% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E525BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E525BB is #1ADA44. Grayscale: #6F6F6F. Windows color (decimal): -1759813 or 12264933. OLE color: 12264933.

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

Color convert

RGB 229 37 187 -
CMYK 0 0.84 0.18 0.10
HSL 313.13º 0.79% 0.52% -
HSV(B) 313.13º 0.84% 0.9% -
XYZ 41.94 21.57 48.97 -
YUV 111.51 170.61 211.8 -
System Red Green Blue C M Y K H S L
Decimal 229 37 187 0 0.84 0.18 0.10 313.13 0.79 0.52
Hex E5 25 BB 0 54 12 A 139 4F 34
Octal 345 45 273 0 124 22 12 471 117 64
Binary 11100101 100101 10111011 0 1010100 10010 1010 100111001 1001111 110100

Color Harmonies of #E525BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E525BB

Black with #E525BB

Text Example


Text Example

White with #E525BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E525BB; }

 p { color: rgb(229,37,187); }

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

background-color css

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

 a { background-color: rgb(229,37,187); }

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

border-color css

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

 span { border-color: rgb(229,37,187); }

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