Html Css Color HEX #E699BE Shocking

📋 copy color: '#E699BE'

red 230 ◦ green 153 ◦ blue 190

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

Shades of Shocking #E699BE

Tints of Shocking #E699BE

RGB

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

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

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

R = 40.14%
G = 26.7%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E699BE (or 0xE699BE) is known color: Shocking. HEX triplet: E6, 99 and BE. RGB value is (230,153,190). Sum of RGB (Red+Green+Blue) = 230+153+190=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E699BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E699BE is #196641. Grayscale: #B4B4B4. Windows color (decimal): -1664578 or 12491238. OLE color: 12491238.

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

Color convert

RGB 230 153 190 -
CMYK 0 0.33 0.17 0.10
HSL 331.17º 0.61% 0.75% -
HSV(B) 331.17º 0.33% 0.9% -
XYZ 53.32 43.32 54.27 -
YUV 180.24 133.51 163.49 -
System Red Green Blue C M Y K H S L
Decimal 230 153 190 0 0.33 0.17 0.10 331.17 0.61 0.75
Hex E6 99 BE 0 21 11 A 14B 3D 4B
Octal 346 231 276 0 41 21 12 513 75 113
Binary 11100110 10011001 10111110 0 100001 10001 1010 101001011 111101 1001011

Color Harmonies of #E699BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E699BE

Black with #E699BE

Text Example


Text Example

White with #E699BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E699BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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