Html Css Color HEX #E66591 Deep Blush

📋 copy color: '#E66591'

red 230 ◦ green 101 ◦ blue 145

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

Shades of Deep Blush #E66591

Tints of Deep Blush #E66591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.22%

 BLUE value IS 145 (57.03% from 255) = 30.46%

R = 48.32%
G = 21.22%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E66591 (or 0xE66591) is known color: Deep Blush. HEX triplet: E6, 65 and 91. RGB value is (230,101,145). Sum of RGB (Red+Green+Blue) = 230+101+145=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E66591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66591 is #199A6E. Grayscale: #909090. Windows color (decimal): -1677935 or 9528806. OLE color: 9528806.

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

Color convert

RGB 230 101 145 -
CMYK 0 0.56 0.37 0.10
HSL 339.53º 0.72% 0.65% -
HSV(B) 339.53º 0.56% 0.9% -
XYZ 42.4 28.17 29.99 -
YUV 144.59 128.24 188.92 -
System Red Green Blue C M Y K H S L
Decimal 230 101 145 0 0.56 0.37 0.10 339.53 0.72 0.65
Hex E6 65 91 0 38 25 A 154 48 41
Octal 346 145 221 0 70 45 12 524 110 101
Binary 11100110 1100101 10010001 0 111000 100101 1010 101010100 1001000 1000001

Color Harmonies of #E66591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66591

Black with #E66591

Text Example


Text Example

White with #E66591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66591; }

 p { color: rgb(230,101,145); }

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

background-color css

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

 a { background-color: rgb(230,101,145); }

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

border-color css

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

 span { border-color: rgb(230,101,145); }

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