Html Css Color HEX #E41CBC Shocking Pink

📋 copy color: '#E41CBC'

red 228 ◦ green 28 ◦ blue 188

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

Shades of Shocking Pink #E41CBC

Tints of Shocking Pink #E41CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.34%

R = 51.35%
G = 6.31%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E41CBC (or 0xE41CBC) is known color: Shocking Pink. HEX triplet: E4, 1C and BC. RGB value is (228,28,188). Sum of RGB (Red+Green+Blue) = 228+28+188=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E41CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41CBC is #1BE343. Grayscale: #696969. Windows color (decimal): -1827652 or 12328164. OLE color: 12328164.

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

Color convert

RGB 228 28 188 -
CMYK 0 0.88 0.18 0.11
HSL 312º 0.79% 0.5% -
HSV(B) 312º 0.88% 0.89% -
XYZ 41.49 20.96 49.44 -
YUV 106.04 174.26 214.99 -
System Red Green Blue C M Y K H S L
Decimal 228 28 188 0 0.88 0.18 0.11 312 0.79 0.5
Hex E4 1C BC 0 58 12 B 138 4F 32
Octal 344 34 274 0 130 22 13 470 117 62
Binary 11100100 11100 10111100 0 1011000 10010 1011 100111000 1001111 110010

Color Harmonies of #E41CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41CBC

Black with #E41CBC

Text Example


Text Example

White with #E41CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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