Html Css Color HEX #E693C8 Shocking

📋 copy color: '#E693C8'

red 230 ◦ green 147 ◦ blue 200

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

Shades of Shocking #E693C8

Tints of Shocking #E693C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.66%

R = 39.86%
G = 25.48%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E693C8 (or 0xE693C8) is known color: Shocking. HEX triplet: E6, 93 and C8. RGB value is (230,147,200). Sum of RGB (Red+Green+Blue) = 230+147+200=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E693C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693C8 is #196C37. Grayscale: #B1B1B1. Windows color (decimal): -1666104 or 13145062. OLE color: 13145062.

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

Color convert

RGB 230 147 200 -
CMYK 0 0.36 0.13 0.10
HSL 321.69º 0.62% 0.74% -
HSV(B) 321.69º 0.36% 0.9% -
XYZ 53.49 41.86 59.9 -
YUV 177.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 230 147 200 0 0.36 0.13 0.10 321.69 0.62 0.74
Hex E6 93 C8 0 24 D A 142 3E 4A
Octal 346 223 310 0 44 15 12 502 76 112
Binary 11100110 10010011 11001000 0 100100 1101 1010 101000010 111110 1001010

Color Harmonies of #E693C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E693C8

Black with #E693C8

Text Example


Text Example

White with #E693C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E693C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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