Html Css Color HEX #E6758E Deep Blush

📋 copy color: '#E6758E'

red 230 ◦ green 117 ◦ blue 142

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

Shades of Deep Blush #E6758E

Tints of Deep Blush #E6758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.93%

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

R = 47.03%
G = 23.93%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E6758E (or 0xE6758E) is known color: Deep Blush. HEX triplet: E6, 75 and 8E. RGB value is (230,117,142). Sum of RGB (Red+Green+Blue) = 230+117+142=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E6758E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6758E is #198A71. Grayscale: #999999. Windows color (decimal): -1673842 or 9336294. OLE color: 9336294.

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

Color convert

RGB 230 117 142 -
CMYK 0 0.49 0.38 0.10
HSL 346.73º 0.69% 0.68% -
HSV(B) 346.73º 0.49% 0.9% -
XYZ 43.88 31.5 29.36 -
YUV 153.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 230 117 142 0 0.49 0.38 0.10 346.73 0.69 0.68
Hex E6 75 8E 0 31 26 A 15B 45 44
Octal 346 165 216 0 61 46 12 533 105 104
Binary 11100110 1110101 10001110 0 110001 100110 1010 101011011 1000101 1000100

Color Harmonies of #E6758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6758E

Black with #E6758E

Text Example


Text Example

White with #E6758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6758E; }

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

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

background-color css

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

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

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

border-color css

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

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

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