Html Css Color HEX #E323BD Shocking Pink

📋 copy color: '#E323BD'

red 227 ◦ green 35 ◦ blue 189

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

Shades of Shocking Pink #E323BD

Tints of Shocking Pink #E323BD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.76%

 BLUE value IS 189 (74.22% from 255) = 41.91%

R = 50.33%
G = 7.76%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E323BD (or 0xE323BD) is known color: Shocking Pink. HEX triplet: E3, 23 and BD. RGB value is (227,35,189). Sum of RGB (Red+Green+Blue) = 227+35+189=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 35 (14.06% from 255 or 7.76% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E323BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E323BD is #1CDC42. Grayscale: #6D6D6D. Windows color (decimal): -1891395 or 12395491. OLE color: 12395491.

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

Color convert

RGB 227 35 189 -
CMYK 0 0.85 0.17 0.11
HSL 311.88º 0.77% 0.51% -
HSV(B) 311.88º 0.85% 0.89% -
XYZ 41.46 21.21 50.05 -
YUV 109.96 172.61 211.48 -
System Red Green Blue C M Y K H S L
Decimal 227 35 189 0 0.85 0.17 0.11 311.88 0.77 0.51
Hex E3 23 BD 0 55 11 B 138 4D 33
Octal 343 43 275 0 125 21 13 470 115 63
Binary 11100011 100011 10111101 0 1010101 10001 1011 100111000 1001101 110011

Color Harmonies of #E323BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E323BD

Black with #E323BD

Text Example


Text Example

White with #E323BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E323BD; }

 p { color: rgb(227,35,189); }

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

background-color css

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

 a { background-color: rgb(227,35,189); }

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

border-color css

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

 span { border-color: rgb(227,35,189); }

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