Html Css Color HEX #E66D8A Deep Blush

📋 copy color: '#E66D8A'

red 230 ◦ green 109 ◦ blue 138

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

Shades of Deep Blush #E66D8A

Tints of Deep Blush #E66D8A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.85%

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

R = 48.22%
G = 22.85%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E66D8A (or 0xE66D8A) is known color: Deep Blush. HEX triplet: E6, 6D and 8A. RGB value is (230,109,138). Sum of RGB (Red+Green+Blue) = 230+109+138=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66D8A is #199275. Grayscale: #949494. Windows color (decimal): -1675894 or 9072102. OLE color: 9072102.

HSL color Cylindrical-coordinate representation of color #E66D8A: hue angle of 345.62º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66D8A is Cyan = 0, Magento = 0.53, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 109 138 -
CMYK 0 0.53 0.4 0.10
HSL 345.62º 0.71% 0.66% -
HSV(B) 345.62º 0.53% 0.9% -
XYZ 42.69 29.6 27.51 -
YUV 148.49 122.09 186.14 -
System Red Green Blue C M Y K H S L
Decimal 230 109 138 0 0.53 0.4 0.10 345.62 0.71 0.66
Hex E6 6D 8A 0 35 28 A 15A 47 42
Octal 346 155 212 0 65 50 12 532 107 102
Binary 11100110 1101101 10001010 0 110101 101000 1010 101011010 1000111 1000010

Color Harmonies of #E66D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66D8A

Black with #E66D8A

Text Example


Text Example

White with #E66D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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