Html Css Color HEX #E693BE Shocking

📋 copy color: '#E693BE'

red 230 ◦ green 147 ◦ blue 190

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

Shades of Shocking #E693BE

Tints of Shocking #E693BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.51%

R = 40.56%
G = 25.93%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E693BE (or 0xE693BE) is known color: Shocking. HEX triplet: E6, 93 and BE. RGB value is (230,147,190). Sum of RGB (Red+Green+Blue) = 230+147+190=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E693BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693BE is #196C41. Grayscale: #B0B0B0. Windows color (decimal): -1666114 or 12489702. OLE color: 12489702.

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

Color convert

RGB 230 147 190 -
CMYK 0 0.36 0.17 0.10
HSL 328.92º 0.62% 0.74% -
HSV(B) 328.92º 0.36% 0.9% -
XYZ 52.36 41.41 53.95 -
YUV 176.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 230 147 190 0 0.36 0.17 0.10 328.92 0.62 0.74
Hex E6 93 BE 0 24 11 A 149 3E 4A
Octal 346 223 276 0 44 21 12 511 76 112
Binary 11100110 10010011 10111110 0 100100 10001 1010 101001001 111110 1001010

Color Harmonies of #E693BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E693BE

Black with #E693BE

Text Example


Text Example

White with #E693BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E693BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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