Html Css Color HEX #E690BA Shocking

📋 copy color: '#E690BA'

red 230 ◦ green 144 ◦ blue 186

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

Shades of Shocking #E690BA

Tints of Shocking #E690BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.21%

R = 41.07%
G = 25.71%
B = 33.21%

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

#E690BA (or 0xE690BA) is known color: Shocking. HEX triplet: E6, 90 and BA. RGB value is (230,144,186). Sum of RGB (Red+Green+Blue) = 230+144+186=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E690BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690BA is #196F45. Grayscale: #AEAEAE. Windows color (decimal): -1666886 or 12226790. OLE color: 12226790.

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

Color convert

RGB 230 144 186 -
CMYK 0 0.37 0.19 0.10
HSL 330.7º 0.63% 0.73% -
HSV(B) 330.7º 0.37% 0.9% -
XYZ 51.47 40.31 51.52 -
YUV 174.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 230 144 186 0 0.37 0.19 0.10 330.7 0.63 0.73
Hex E6 90 BA 0 25 13 A 14B 3F 49
Octal 346 220 272 0 45 23 12 513 77 111
Binary 11100110 10010000 10111010 0 100101 10011 1010 101001011 111111 1001001

Color Harmonies of #E690BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E690BA

Black with #E690BA

Text Example


Text Example

White with #E690BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E690BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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