Html Css Color HEX #E6668C Deep Blush

📋 copy color: '#E6668C'

red 230 ◦ green 102 ◦ blue 140

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

Shades of Deep Blush #E6668C

Tints of Deep Blush #E6668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.61%

 BLUE value IS 140 (55.08% from 255) = 29.66%

R = 48.73%
G = 21.61%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6668C (or 0xE6668C) is known color: Deep Blush. HEX triplet: E6, 66 and 8C. RGB value is (230,102,140). Sum of RGB (Red+Green+Blue) = 230+102+140=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E6668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6668C is #199973. Grayscale: #909090. Windows color (decimal): -1677684 or 9201382. OLE color: 9201382.

HSL color Cylindrical-coordinate representation of color #E6668C: hue angle of 342.19º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6668C is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 102 140 -
CMYK 0 0.56 0.39 0.10
HSL 342.19º 0.72% 0.65% -
HSV(B) 342.19º 0.56% 0.9% -
XYZ 42.12 28.22 28.04 -
YUV 144.6 125.41 188.91 -
System Red Green Blue C M Y K H S L
Decimal 230 102 140 0 0.56 0.39 0.10 342.19 0.72 0.65
Hex E6 66 8C 0 38 27 A 156 48 41
Octal 346 146 214 0 70 47 12 526 110 101
Binary 11100110 1100110 10001100 0 111000 100111 1010 101010110 1001000 1000001

Color Harmonies of #E6668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6668C

Black with #E6668C

Text Example


Text Example

White with #E6668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6668C; }

 p { color: rgb(230,102,140); }

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

background-color css

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

 a { background-color: rgb(230,102,140); }

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

border-color css

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

 span { border-color: rgb(230,102,140); }

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