Html Css Color HEX #E6608D Deep Blush

📋 copy color: '#E6608D'

red 230 ◦ green 96 ◦ blue 141

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

Shades of Deep Blush #E6608D

Tints of Deep Blush #E6608D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.19%

R = 49.25%
G = 20.56%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6608D (or 0xE6608D) is known color: Deep Blush. HEX triplet: E6, 60 and 8D. RGB value is (230,96,141). Sum of RGB (Red+Green+Blue) = 230+96+141=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E6608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6608D is #199F72. Grayscale: #8D8D8D. Windows color (decimal): -1679219 or 9265382. OLE color: 9265382.

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

Color convert

RGB 230 96 141 -
CMYK 0 0.58 0.39 0.10
HSL 339.85º 0.73% 0.64% -
HSV(B) 339.85º 0.58% 0.9% -
XYZ 41.62 27.11 28.24 -
YUV 141.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 230 96 141 0 0.58 0.39 0.10 339.85 0.73 0.64
Hex E6 60 8D 0 3A 27 A 154 49 40
Octal 346 140 215 0 72 47 12 524 111 100
Binary 11100110 1100000 10001101 0 111010 100111 1010 101010100 1001001 1000000

Color Harmonies of #E6608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6608D

Black with #E6608D

Text Example


Text Example

White with #E6608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6608D; }

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

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

background-color css

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

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

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

border-color css

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

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

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