Html Css Color HEX #E66385 Deep Blush

📋 copy color: '#E66385'

red 230 ◦ green 99 ◦ blue 133

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

Shades of Deep Blush #E66385

Tints of Deep Blush #E66385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.79%

R = 49.78%
G = 21.43%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E66385 (or 0xE66385) is known color: Deep Blush. HEX triplet: E6, 63 and 85. RGB value is (230,99,133). Sum of RGB (Red+Green+Blue) = 230+99+133=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E66385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66385 is #199C7A. Grayscale: #8E8E8E. Windows color (decimal): -1678459 or 8741862. OLE color: 8741862.

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

Color convert

RGB 230 99 133 -
CMYK 0 0.57 0.42 0.10
HSL 344.43º 0.72% 0.65% -
HSV(B) 344.43º 0.57% 0.9% -
XYZ 41.33 27.44 25.31 -
YUV 142.05 122.9 190.74 -
System Red Green Blue C M Y K H S L
Decimal 230 99 133 0 0.57 0.42 0.10 344.43 0.72 0.65
Hex E6 63 85 0 39 2A A 158 48 41
Octal 346 143 205 0 71 52 12 530 110 101
Binary 11100110 1100011 10000101 0 111001 101010 1010 101011000 1001000 1000001

Color Harmonies of #E66385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66385

Black with #E66385

Text Example


Text Example

White with #E66385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66385; }

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

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

background-color css

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

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

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

border-color css

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

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

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