Html Css Color HEX #E66384 Deep Blush

📋 copy color: '#E66384'

red 230 ◦ green 99 ◦ blue 132

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

Shades of Deep Blush #E66384

Tints of Deep Blush #E66384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.48%

 BLUE value IS 132 (51.95% from 255) = 28.63%

R = 49.89%
G = 21.48%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E66384 (or 0xE66384) is known color: Deep Blush. HEX triplet: E6, 63 and 84. RGB value is (230,99,132). Sum of RGB (Red+Green+Blue) = 230+99+132=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E66384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66384 is #199C7B. Grayscale: #8D8D8D. Windows color (decimal): -1678460 or 8676326. OLE color: 8676326.

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

Color convert

RGB 230 99 132 -
CMYK 0 0.57 0.43 0.10
HSL 344.89º 0.72% 0.65% -
HSV(B) 344.89º 0.57% 0.9% -
XYZ 41.26 27.41 24.95 -
YUV 141.93 122.4 190.82 -
System Red Green Blue C M Y K H S L
Decimal 230 99 132 0 0.57 0.43 0.10 344.89 0.72 0.65
Hex E6 63 84 0 39 2B A 159 48 41
Octal 346 143 204 0 71 53 12 531 110 101
Binary 11100110 1100011 10000100 0 111001 101011 1010 101011001 1001000 1000001

Color Harmonies of #E66384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66384

Black with #E66384

Text Example


Text Example

White with #E66384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66384; }

 p { color: rgb(230,99,132); }

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

background-color css

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

 a { background-color: rgb(230,99,132); }

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

border-color css

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

 span { border-color: rgb(230,99,132); }

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