Html Css Color HEX #E27490 Deep Blush

📋 copy color: '#E27490'

red 226 ◦ green 116 ◦ blue 144

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

Shades of Deep Blush #E27490

Tints of Deep Blush #E27490

RGB

 RED value IS 226 (88.67% from 255) = 46.5%

 GREEN value IS 116 (45.7% from 255) = 23.87%

 BLUE value IS 144 (56.64% from 255) = 29.63%

R = 46.5%
G = 23.87%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E27490 (or 0xE27490) is known color: Deep Blush. HEX triplet: E2, 74 and 90. RGB value is (226,116,144). Sum of RGB (Red+Green+Blue) = 226+116+144=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E27490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27490 is #1D8B6F. Grayscale: #989898. Windows color (decimal): -1936240 or 9467106. OLE color: 9467106.

HSL color Cylindrical-coordinate representation of color #E27490: hue angle of 344.73º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E27490 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 116 144 -
CMYK 0 0.49 0.36 0.11
HSL 344.73º 0.65% 0.67% -
HSV(B) 344.73º 0.49% 0.89% -
XYZ 42.64 30.67 30.06 -
YUV 152.08 123.44 180.72 -
System Red Green Blue C M Y K H S L
Decimal 226 116 144 0 0.49 0.36 0.11 344.73 0.65 0.67
Hex E2 74 90 0 31 24 B 159 41 43
Octal 342 164 220 0 61 44 13 531 101 103
Binary 11100010 1110100 10010000 0 110001 100100 1011 101011001 1000001 1000011

Color Harmonies of #E27490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27490

Black with #E27490

Text Example


Text Example

White with #E27490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27490; }

 p { color: rgb(226,116,144); }

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

background-color css

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

 a { background-color: rgb(226,116,144); }

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

border-color css

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

 span { border-color: rgb(226,116,144); }

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