Html Css Color HEX #E41CBF Shocking Pink

📋 copy color: '#E41CBF'

red 228 ◦ green 28 ◦ blue 191

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

Shades of Shocking Pink #E41CBF

Tints of Shocking Pink #E41CBF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.26%

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

R = 51.01%
G = 6.26%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E41CBF (or 0xE41CBF) is known color: Shocking Pink. HEX triplet: E4, 1C and BF. RGB value is (228,28,191). Sum of RGB (Red+Green+Blue) = 228+28+191=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E41CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41CBF is #1BE340. Grayscale: #696969. Windows color (decimal): -1827649 or 12524772. OLE color: 12524772.

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

Color convert

RGB 228 28 191 -
CMYK 0 0.88 0.16 0.11
HSL 311.1º 0.79% 0.5% -
HSV(B) 311.1º 0.88% 0.89% -
XYZ 41.81 21.09 51.16 -
YUV 106.38 175.76 214.75 -
System Red Green Blue C M Y K H S L
Decimal 228 28 191 0 0.88 0.16 0.11 311.1 0.79 0.5
Hex E4 1C BF 0 58 10 B 137 4F 32
Octal 344 34 277 0 130 20 13 467 117 62
Binary 11100100 11100 10111111 0 1011000 10000 1011 100110111 1001111 110010

Color Harmonies of #E41CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41CBF

Black with #E41CBF

Text Example


Text Example

White with #E41CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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