Html Css Color HEX #E690BB Shocking

📋 copy color: '#E690BB'

red 230 ◦ green 144 ◦ blue 187

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

Shades of Shocking #E690BB

Tints of Shocking #E690BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.33%

R = 41%
G = 25.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E690BB (or 0xE690BB) is known color: Shocking. HEX triplet: E6, 90 and BB. RGB value is (230,144,187). Sum of RGB (Red+Green+Blue) = 230+144+187=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E690BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690BB is #196F44. Grayscale: #AEAEAE. Windows color (decimal): -1666885 or 12292326. OLE color: 12292326.

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

Color convert

RGB 230 144 187 -
CMYK 0 0.37 0.19 0.10
HSL 330º 0.63% 0.73% -
HSV(B) 330º 0.37% 0.9% -
XYZ 51.58 40.36 52.09 -
YUV 174.62 134.99 167.5 -
System Red Green Blue C M Y K H S L
Decimal 230 144 187 0 0.37 0.19 0.10 330 0.63 0.73
Hex E6 90 BB 0 25 13 A 14A 3F 49
Octal 346 220 273 0 45 23 12 512 77 111
Binary 11100110 10010000 10111011 0 100101 10011 1010 101001010 111111 1001001

Color Harmonies of #E690BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E690BB

Black with #E690BB

Text Example


Text Example

White with #E690BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E690BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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