Html Css Color HEX #E699C5 Shocking

📋 copy color: '#E699C5'

red 230 ◦ green 153 ◦ blue 197

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

Shades of Shocking #E699C5

Tints of Shocking #E699C5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.38%

 BLUE value IS 197 (77.34% from 255) = 33.97%

R = 39.66%
G = 26.38%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E699C5 (or 0xE699C5) is known color: Shocking. HEX triplet: E6, 99 and C5. RGB value is (230,153,197). Sum of RGB (Red+Green+Blue) = 230+153+197=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 230 - color contains mainly: red. Hex color #E699C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E699C5 is #19663A. Grayscale: #B4B4B4. Windows color (decimal): -1664571 or 12949990. OLE color: 12949990.

HSL color Cylindrical-coordinate representation of color #E699C5: hue angle of 325.71º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E699C5 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 153 197 -
CMYK 0 0.33 0.14 0.10
HSL 325.71º 0.61% 0.75% -
HSV(B) 325.71º 0.33% 0.9% -
XYZ 54.1 43.64 58.39 -
YUV 181.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 230 153 197 0 0.33 0.14 0.10 325.71 0.61 0.75
Hex E6 99 C5 0 21 E A 146 3D 4B
Octal 346 231 305 0 41 16 12 506 75 113
Binary 11100110 10011001 11000101 0 100001 1110 1010 101000110 111101 1001011

Color Harmonies of #E699C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E699C5

Black with #E699C5

Text Example


Text Example

White with #E699C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E699C5; }

 p { color: rgb(230,153,197); }

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

background-color css

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

 a { background-color: rgb(230,153,197); }

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

border-color css

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

 span { border-color: rgb(230,153,197); }

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