Html Css Color HEX #E6758A Deep Blush

📋 copy color: '#E6758A'

red 230 ◦ green 117 ◦ blue 138

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

Shades of Deep Blush #E6758A

Tints of Deep Blush #E6758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.45%

R = 47.42%
G = 24.12%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6758A (or 0xE6758A) is known color: Deep Blush. HEX triplet: E6, 75 and 8A. RGB value is (230,117,138). Sum of RGB (Red+Green+Blue) = 230+117+138=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6758A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6758A is #198A75. Grayscale: #999999. Windows color (decimal): -1673846 or 9074150. OLE color: 9074150.

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

Color convert

RGB 230 117 138 -
CMYK 0 0.49 0.4 0.10
HSL 348.85º 0.69% 0.68% -
HSV(B) 348.85º 0.49% 0.9% -
XYZ 43.58 31.38 27.8 -
YUV 153.18 119.44 182.79 -
System Red Green Blue C M Y K H S L
Decimal 230 117 138 0 0.49 0.4 0.10 348.85 0.69 0.68
Hex E6 75 8A 0 31 28 A 15D 45 44
Octal 346 165 212 0 61 50 12 535 105 104
Binary 11100110 1110101 10001010 0 110001 101000 1010 101011101 1000101 1000100

Color Harmonies of #E6758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6758A

Black with #E6758A

Text Example


Text Example

White with #E6758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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