Html Css Color HEX #E6768B Deep Blush

📋 copy color: '#E6768B'

red 230 ◦ green 118 ◦ blue 139

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

Shades of Deep Blush #E6768B

Tints of Deep Blush #E6768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.54%

R = 47.23%
G = 24.23%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6768B (or 0xE6768B) is known color: Deep Blush. HEX triplet: E6, 76 and 8B. RGB value is (230,118,139). Sum of RGB (Red+Green+Blue) = 230+118+139=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E6768B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6768B is #198974. Grayscale: #999999. Windows color (decimal): -1673589 or 9139942. OLE color: 9139942.

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

Color convert

RGB 230 118 139 -
CMYK 0 0.49 0.40 0.10
HSL 348.75º 0.69% 0.68% -
HSV(B) 348.75º 0.49% 0.9% -
XYZ 43.77 31.64 28.23 -
YUV 153.88 119.61 182.29 -
System Red Green Blue C M Y K H S L
Decimal 230 118 139 0 0.49 0.40 0.10 348.75 0.69 0.68
Hex E6 76 8B 0 31 28 A 15D 45 44
Octal 346 166 213 0 61 50 12 535 105 104
Binary 11100110 1110110 10001011 0 110001 101000 1010 101011101 1000101 1000100

Color Harmonies of #E6768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6768B

Black with #E6768B

Text Example


Text Example

White with #E6768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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