Html Css Color HEX #E425BF Shocking Pink

📋 copy color: '#E425BF'

red 228 ◦ green 37 ◦ blue 191

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

Shades of Shocking Pink #E425BF

Tints of Shocking Pink #E425BF

RGB

 RED value IS 228 (89.45% from 255) = 50%

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

 BLUE value IS 191 (75% from 255) = 41.89%

R = 50%
G = 8.11%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E425BF (or 0xE425BF) is known color: Shocking Pink. HEX triplet: E4, 25 and BF. RGB value is (228,37,191). Sum of RGB (Red+Green+Blue) = 228+37+191=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E425BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E425BF is #1BDA40. Grayscale: #6F6F6F. Windows color (decimal): -1825345 or 12527076. OLE color: 12527076.

HSL color Cylindrical-coordinate representation of color #E425BF: hue angle of 311.62º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E425BF is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 37 191 -
CMYK 0 0.84 0.16 0.11
HSL 311.62º 0.78% 0.52% -
HSV(B) 311.62º 0.84% 0.89% -
XYZ 42.06 21.58 51.24 -
YUV 111.67 172.78 210.98 -
System Red Green Blue C M Y K H S L
Decimal 228 37 191 0 0.84 0.16 0.11 311.62 0.78 0.52
Hex E4 25 BF 0 54 10 B 138 4E 34
Octal 344 45 277 0 124 20 13 470 116 64
Binary 11100100 100101 10111111 0 1010100 10000 1011 100111000 1001110 110100

Color Harmonies of #E425BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E425BF

Black with #E425BF

Text Example


Text Example

White with #E425BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E425BF; }

 p { color: rgb(228,37,191); }

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

background-color css

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

 a { background-color: rgb(228,37,191); }

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

border-color css

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

 span { border-color: rgb(228,37,191); }

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