Html Css Color HEX #E41FCB Shocking Pink

📋 copy color: '#E41FCB'

red 228 ◦ green 31 ◦ blue 203

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

Shades of Shocking Pink #E41FCB

Tints of Shocking Pink #E41FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 49.35%
G = 6.71%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E41FCB (or 0xE41FCB) is known color: Shocking Pink. HEX triplet: E4, 1F and CB. RGB value is (228,31,203). Sum of RGB (Red+Green+Blue) = 228+31+203=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E41FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41FCB is #1BE034. Grayscale: #6D6D6D. Windows color (decimal): -1826869 or 13311972. OLE color: 13311972.

HSL color Cylindrical-coordinate representation of color #E41FCB: hue angle of 307.61º 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 #E41FCB is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 31 203 -
CMYK 0 0.86 0.11 0.11
HSL 307.61º 0.78% 0.51% -
HSV(B) 307.61º 0.86% 0.89% -
XYZ 43.26 21.79 58.42 -
YUV 109.51 180.77 212.51 -
System Red Green Blue C M Y K H S L
Decimal 228 31 203 0 0.86 0.11 0.11 307.61 0.78 0.51
Hex E4 1F CB 0 56 B B 134 4E 33
Octal 344 37 313 0 126 13 13 464 116 63
Binary 11100100 11111 11001011 0 1010110 1011 1011 100110100 1001110 110011

Color Harmonies of #E41FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41FCB

Black with #E41FCB

Text Example


Text Example

White with #E41FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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