Html Css Color HEX #E395BC Shocking

📋 copy color: '#E395BC'

red 227 ◦ green 149 ◦ blue 188

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

Shades of Shocking #E395BC

Tints of Shocking #E395BC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.42%

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

R = 40.25%
G = 26.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E395BC (or 0xE395BC) is known color: Shocking. HEX triplet: E3, 95 and BC. RGB value is (227,149,188). Sum of RGB (Red+Green+Blue) = 227+149+188=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 227 - color contains mainly: red. Hex color #E395BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395BC is #1C6A43. Grayscale: #B0B0B0. Windows color (decimal): -1862212 or 12359139. OLE color: 12359139.

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

Color convert

RGB 227 149 188 -
CMYK 0 0.34 0.17 0.11
HSL 330º 0.58% 0.74% -
HSV(B) 330º 0.34% 0.89% -
XYZ 51.5 41.46 52.86 -
YUV 176.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 227 149 188 0 0.34 0.17 0.11 330 0.58 0.74
Hex E3 95 BC 0 22 11 B 14A 3A 4A
Octal 343 225 274 0 42 21 13 512 72 112
Binary 11100011 10010101 10111100 0 100010 10001 1011 101001010 111010 1001010

Color Harmonies of #E395BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E395BC

Black with #E395BC

Text Example


Text Example

White with #E395BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E395BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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