Html Css Color HEX #E6608E Deep Blush

📋 copy color: '#E6608E'

red 230 ◦ green 96 ◦ blue 142

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

Shades of Deep Blush #E6608E

Tints of Deep Blush #E6608E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.51%

 BLUE value IS 142 (55.86% from 255) = 30.34%

R = 49.15%
G = 20.51%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E6608E (or 0xE6608E) is known color: Deep Blush. HEX triplet: E6, 60 and 8E. RGB value is (230,96,142). Sum of RGB (Red+Green+Blue) = 230+96+142=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E6608E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6608E is #199F71. Grayscale: #8D8D8D. Windows color (decimal): -1679218 or 9330918. OLE color: 9330918.

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

Color convert

RGB 230 96 142 -
CMYK 0 0.58 0.38 0.10
HSL 339.4º 0.73% 0.64% -
HSV(B) 339.4º 0.58% 0.9% -
XYZ 41.7 27.14 28.63 -
YUV 141.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 230 96 142 0 0.58 0.38 0.10 339.4 0.73 0.64
Hex E6 60 8E 0 3A 26 A 153 49 40
Octal 346 140 216 0 72 46 12 523 111 100
Binary 11100110 1100000 10001110 0 111010 100110 1010 101010011 1001001 1000000

Color Harmonies of #E6608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6608E

Black with #E6608E

Text Example


Text Example

White with #E6608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6608E; }

 p { color: rgb(230,96,142); }

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

background-color css

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

 a { background-color: rgb(230,96,142); }

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

border-color css

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

 span { border-color: rgb(230,96,142); }

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