Html Css Color HEX #E6768A Deep Blush

📋 copy color: '#E6768A'

red 230 ◦ green 118 ◦ blue 138

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

Shades of Deep Blush #E6768A

Tints of Deep Blush #E6768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.28%

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

R = 47.33%
G = 24.28%
B = 28.4%

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

#E6768A (or 0xE6768A) is known color: Deep Blush. HEX triplet: E6, 76 and 8A. RGB value is (230,118,138). Sum of RGB (Red+Green+Blue) = 230+118+138=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6768A is #198975. Grayscale: #999999. Windows color (decimal): -1673590 or 9074406. OLE color: 9074406.

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

Color convert

RGB 230 118 138 -
CMYK 0 0.49 0.4 0.10
HSL 349.29º 0.69% 0.68% -
HSV(B) 349.29º 0.49% 0.9% -
XYZ 43.7 31.61 27.84 -
YUV 153.77 119.11 182.37 -
System Red Green Blue C M Y K H S L
Decimal 230 118 138 0 0.49 0.4 0.10 349.29 0.69 0.68
Hex E6 76 8A 0 31 28 A 15D 45 44
Octal 346 166 212 0 61 50 12 535 105 104
Binary 11100110 1110110 10001010 0 110001 101000 1010 101011101 1000101 1000100

Color Harmonies of #E6768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6768A

Black with #E6768A

Text Example


Text Example

White with #E6768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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