Html Css Color HEX #E693CE Shocking

📋 copy color: '#E693CE'

red 230 ◦ green 147 ◦ blue 206

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

Shades of Shocking #E693CE

Tints of Shocking #E693CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.33%

R = 39.45%
G = 25.21%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E693CE (or 0xE693CE) is known color: Shocking. HEX triplet: E6, 93 and CE. RGB value is (230,147,206). Sum of RGB (Red+Green+Blue) = 230+147+206=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E693CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693CE is #196C31. Grayscale: #B2B2B2. Windows color (decimal): -1666098 or 13538278. OLE color: 13538278.

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

Color convert

RGB 230 147 206 -
CMYK 0 0.36 0.10 0.10
HSL 317.35º 0.62% 0.74% -
HSV(B) 317.35º 0.36% 0.9% -
XYZ 54.21 42.15 63.67 -
YUV 178.54 143.5 164.7 -
System Red Green Blue C M Y K H S L
Decimal 230 147 206 0 0.36 0.10 0.10 317.35 0.62 0.74
Hex E6 93 CE 0 24 A A 13D 3E 4A
Octal 346 223 316 0 44 12 12 475 76 112
Binary 11100110 10010011 11001110 0 100100 1010 1010 100111101 111110 1001010

Color Harmonies of #E693CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E693CE

Black with #E693CE

Text Example


Text Example

White with #E693CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E693CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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