Html Css Color HEX #E66C8B Deep Blush

📋 copy color: '#E66C8B'

red 230 ◦ green 108 ◦ blue 139

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

Shades of Deep Blush #E66C8B

Tints of Deep Blush #E66C8B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.64%

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

R = 48.22%
G = 22.64%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E66C8B (or 0xE66C8B) is known color: Deep Blush. HEX triplet: E6, 6C and 8B. RGB value is (230,108,139). Sum of RGB (Red+Green+Blue) = 230+108+139=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66C8B is #199374. Grayscale: #949494. Windows color (decimal): -1676149 or 9137382. OLE color: 9137382.

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

Color convert

RGB 230 108 139 -
CMYK 0 0.53 0.40 0.10
HSL 344.75º 0.71% 0.66% -
HSV(B) 344.75º 0.53% 0.9% -
XYZ 42.66 29.41 27.86 -
YUV 148.01 122.92 186.48 -
System Red Green Blue C M Y K H S L
Decimal 230 108 139 0 0.53 0.40 0.10 344.75 0.71 0.66
Hex E6 6C 8B 0 35 28 A 159 47 42
Octal 346 154 213 0 65 50 12 531 107 102
Binary 11100110 1101100 10001011 0 110101 101000 1010 101011001 1000111 1000010

Color Harmonies of #E66C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66C8B

Black with #E66C8B

Text Example


Text Example

White with #E66C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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