Html Css Color HEX #E41FBF Shocking Pink

📋 copy color: '#E41FBF'

red 228 ◦ green 31 ◦ blue 191

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

Shades of Shocking Pink #E41FBF

Tints of Shocking Pink #E41FBF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.89%

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

R = 50.67%
G = 6.89%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E41FBF (or 0xE41FBF) is known color: Shocking Pink. HEX triplet: E4, 1F and BF. RGB value is (228,31,191). Sum of RGB (Red+Green+Blue) = 228+31+191=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 31 (12.5% from 255 or 6.89% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E41FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41FBF is #1BE040. Grayscale: #6B6B6B. Windows color (decimal): -1826881 or 12525540. OLE color: 12525540.

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

Color convert

RGB 228 31 191 -
CMYK 0 0.86 0.16 0.11
HSL 311.27º 0.78% 0.51% -
HSV(B) 311.27º 0.86% 0.89% -
XYZ 41.89 21.24 51.18 -
YUV 108.14 174.77 213.49 -
System Red Green Blue C M Y K H S L
Decimal 228 31 191 0 0.86 0.16 0.11 311.27 0.78 0.51
Hex E4 1F BF 0 56 10 B 137 4E 33
Octal 344 37 277 0 126 20 13 467 116 63
Binary 11100100 11111 10111111 0 1010110 10000 1011 100110111 1001110 110011

Color Harmonies of #E41FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41FBF

Black with #E41FBF

Text Example


Text Example

White with #E41FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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