Html Css Color HEX #E304BC Shocking Pink

📋 copy color: '#E304BC'

red 227 ◦ green 4 ◦ blue 188

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

Shades of Shocking Pink #E304BC

Tints of Shocking Pink #E304BC

RGB

 RED value IS 227 (89.06% from 255) = 54.18%

 GREEN value IS 4 (1.95% from 255) = 0.95%

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

R = 54.18%
G = 0.95%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E304BC (or 0xE304BC) is known color: Shocking Pink. HEX triplet: E3, 04 and BC. RGB value is (227,4,188). Sum of RGB (Red+Green+Blue) = 227+4+188=419 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.18% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 227 - color contains mainly: red. Hex color #E304BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E304BC is #1CFB43. Grayscale: #5B5B5B. Windows color (decimal): -1899332 or 12322019. OLE color: 12322019.

HSL color Cylindrical-coordinate representation of color #E304BC: hue angle of 310.49º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E304BC is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 4 188 -
CMYK 0 0.98 0.17 0.11
HSL 310.49º 0.97% 0.45% -
HSV(B) 310.49º 0.98% 0.89% -
XYZ 40.8 20.05 49.3 -
YUV 91.65 182.38 224.54 -
System Red Green Blue C M Y K H S L
Decimal 227 4 188 0 0.98 0.17 0.11 310.49 0.97 0.45
Hex E3 4 BC 0 62 11 B 136 61 2D
Octal 343 4 274 0 142 21 13 466 141 55
Binary 11100011 100 10111100 0 1100010 10001 1011 100110110 1100001 101101

Color Harmonies of #E304BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E304BC

Black with #E304BC

Text Example


Text Example

White with #E304BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E304BC; }

 p { color: rgb(227,4,188); }

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

background-color css

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

 a { background-color: rgb(227,4,188); }

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

border-color css

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

 span { border-color: rgb(227,4,188); }

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