Html Css Color HEX #E6768F Deep Blush

📋 copy color: '#E6768F'

red 230 ◦ green 118 ◦ blue 143

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

Shades of Deep Blush #E6768F

Tints of Deep Blush #E6768F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.12%

R = 46.84%
G = 24.03%
B = 29.12%

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

#E6768F (or 0xE6768F) is known color: Deep Blush. HEX triplet: E6, 76 and 8F. RGB value is (230,118,143). Sum of RGB (Red+Green+Blue) = 230+118+143=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E6768F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6768F is #198970. Grayscale: #9A9A9A. Windows color (decimal): -1673585 or 9402086. OLE color: 9402086.

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

Color convert

RGB 230 118 143 -
CMYK 0 0.49 0.38 0.10
HSL 346.61º 0.69% 0.68% -
HSV(B) 346.61º 0.49% 0.9% -
XYZ 44.07 31.76 29.79 -
YUV 154.34 121.61 181.97 -
System Red Green Blue C M Y K H S L
Decimal 230 118 143 0 0.49 0.38 0.10 346.61 0.69 0.68
Hex E6 76 8F 0 31 26 A 15B 45 44
Octal 346 166 217 0 61 46 12 533 105 104
Binary 11100110 1110110 10001111 0 110001 100110 1010 101011011 1000101 1000100

Color Harmonies of #E6768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6768F

Black with #E6768F

Text Example


Text Example

White with #E6768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6768F; }

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

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

background-color css

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

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

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

border-color css

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

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

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