Html Css Color HEX #E6758D Deep Blush

📋 copy color: '#E6758D'

red 230 ◦ green 117 ◦ blue 141

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

Shades of Deep Blush #E6758D

Tints of Deep Blush #E6758D

RGB

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

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

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

R = 47.13%
G = 23.98%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6758D (or 0xE6758D) is known color: Deep Blush. HEX triplet: E6, 75 and 8D. RGB value is (230,117,141). Sum of RGB (Red+Green+Blue) = 230+117+141=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6758D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6758D is #198A72. Grayscale: #999999. Windows color (decimal): -1673843 or 9270758. OLE color: 9270758.

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

Color convert

RGB 230 117 141 -
CMYK 0 0.49 0.39 0.10
HSL 347.26º 0.69% 0.68% -
HSV(B) 347.26º 0.49% 0.9% -
XYZ 43.8 31.47 28.96 -
YUV 153.52 120.94 182.55 -
System Red Green Blue C M Y K H S L
Decimal 230 117 141 0 0.49 0.39 0.10 347.26 0.69 0.68
Hex E6 75 8D 0 31 27 A 15B 45 44
Octal 346 165 215 0 61 47 12 533 105 104
Binary 11100110 1110101 10001101 0 110001 100111 1010 101011011 1000101 1000100

Color Harmonies of #E6758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6758D

Black with #E6758D

Text Example


Text Example

White with #E6758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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