Html Css Color HEX #E690BE Shocking

📋 copy color: '#E690BE'

red 230 ◦ green 144 ◦ blue 190

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

Shades of Shocking #E690BE

Tints of Shocking #E690BE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.53%

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

R = 40.78%
G = 25.53%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E690BE (or 0xE690BE) is known color: Shocking. HEX triplet: E6, 90 and BE. RGB value is (230,144,190). Sum of RGB (Red+Green+Blue) = 230+144+190=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E690BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690BE is #196F41. Grayscale: #AEAEAE. Windows color (decimal): -1666882 or 12488934. OLE color: 12488934.

HSL color Cylindrical-coordinate representation of color #E690BE: hue angle of 327.91º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E690BE is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 144 190 -
CMYK 0 0.37 0.17 0.10
HSL 327.91º 0.63% 0.73% -
HSV(B) 327.91º 0.37% 0.9% -
XYZ 51.9 40.49 53.79 -
YUV 174.96 136.49 167.26 -
System Red Green Blue C M Y K H S L
Decimal 230 144 190 0 0.37 0.17 0.10 327.91 0.63 0.73
Hex E6 90 BE 0 25 11 A 148 3F 49
Octal 346 220 276 0 45 21 12 510 77 111
Binary 11100110 10010000 10111110 0 100101 10001 1010 101001000 111111 1001001

Color Harmonies of #E690BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E690BE

Black with #E690BE

Text Example


Text Example

White with #E690BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E690BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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