Html Css Color HEX #E693BC Shocking

📋 copy color: '#E693BC'

red 230 ◦ green 147 ◦ blue 188

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

Shades of Shocking #E693BC

Tints of Shocking #E693BC

RGB

 RED value IS 230 (90.23% from 255) = 40.71%

 GREEN value IS 147 (57.81% from 255) = 26.02%

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

R = 40.71%
G = 26.02%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E693BC (or 0xE693BC) is known color: Shocking. HEX triplet: E6, 93 and BC. RGB value is (230,147,188). Sum of RGB (Red+Green+Blue) = 230+147+188=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E693BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693BC is #196C43. Grayscale: #B0B0B0. Windows color (decimal): -1666116 or 12358630. OLE color: 12358630.

HSL color Cylindrical-coordinate representation of color #E693BC: hue angle of 330.36º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E693BC is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 147 188 -
CMYK 0 0.36 0.18 0.10
HSL 330.36º 0.62% 0.74% -
HSV(B) 330.36º 0.36% 0.9% -
XYZ 52.14 41.32 52.8 -
YUV 176.49 134.5 166.17 -
System Red Green Blue C M Y K H S L
Decimal 230 147 188 0 0.36 0.18 0.10 330.36 0.62 0.74
Hex E6 93 BC 0 24 12 A 14A 3E 4A
Octal 346 223 274 0 44 22 12 512 76 112
Binary 11100110 10010011 10111100 0 100100 10010 1010 101001010 111110 1001010

Color Harmonies of #E693BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E693BC

Black with #E693BC

Text Example


Text Example

White with #E693BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E693BC; }

 p { color: rgb(230,147,188); }

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

background-color css

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

 a { background-color: rgb(230,147,188); }

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

border-color css

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

 span { border-color: rgb(230,147,188); }

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