Html Css Color HEX #E693BA Shocking

📋 copy color: '#E693BA'

red 230 ◦ green 147 ◦ blue 186

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

Shades of Shocking #E693BA

Tints of Shocking #E693BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.04%

R = 40.85%
G = 26.11%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E693BA (or 0xE693BA) is known color: Shocking. HEX triplet: E6, 93 and BA. RGB value is (230,147,186). Sum of RGB (Red+Green+Blue) = 230+147+186=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E693BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693BA is #196C45. Grayscale: #B0B0B0. Windows color (decimal): -1666118 or 12227558. OLE color: 12227558.

HSL color Cylindrical-coordinate representation of color #E693BA: hue angle of 331.81º 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 #E693BA is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 147 186 -
CMYK 0 0.36 0.19 0.10
HSL 331.81º 0.62% 0.74% -
HSV(B) 331.81º 0.36% 0.9% -
XYZ 51.93 41.24 51.68 -
YUV 176.26 133.5 166.33 -
System Red Green Blue C M Y K H S L
Decimal 230 147 186 0 0.36 0.19 0.10 331.81 0.62 0.74
Hex E6 93 BA 0 24 13 A 14C 3E 4A
Octal 346 223 272 0 44 23 12 514 76 112
Binary 11100110 10010011 10111010 0 100100 10011 1010 101001100 111110 1001010

Color Harmonies of #E693BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E693BA

Black with #E693BA

Text Example


Text Example

White with #E693BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E693BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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