Html Css Color HEX #E41BCF Shocking Pink

📋 copy color: '#E41BCF'

red 228 ◦ green 27 ◦ blue 207

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

Shades of Shocking Pink #E41BCF

Tints of Shocking Pink #E41BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.84%

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 49.35%
G = 5.84%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E41BCF (or 0xE41BCF) is known color: Shocking Pink. HEX triplet: E4, 1B and CF. RGB value is (228,27,207). Sum of RGB (Red+Green+Blue) = 228+27+207=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E41BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41BCF is #1BE430. Grayscale: #6B6B6B. Windows color (decimal): -1827889 or 13573092. OLE color: 13573092.

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

Color convert

RGB 228 27 207 -
CMYK 0 0.88 0.09 0.11
HSL 306.27º 0.79% 0.5% -
HSV(B) 306.27º 0.88% 0.89% -
XYZ 43.65 21.78 60.94 -
YUV 107.62 184.09 213.86 -
System Red Green Blue C M Y K H S L
Decimal 228 27 207 0 0.88 0.09 0.11 306.27 0.79 0.5
Hex E4 1B CF 0 58 9 B 132 4F 32
Octal 344 33 317 0 130 11 13 462 117 62
Binary 11100100 11011 11001111 0 1011000 1001 1011 100110010 1001111 110010

Color Harmonies of #E41BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41BCF

Black with #E41BCF

Text Example


Text Example

White with #E41BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41BCF; }

 p { color: rgb(228,27,207); }

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

background-color css

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

 a { background-color: rgb(228,27,207); }

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

border-color css

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

 span { border-color: rgb(228,27,207); }

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