Html Css Color HEX #E67490 Deep Blush

📋 copy color: '#E67490'

red 230 ◦ green 116 ◦ blue 144

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

Shades of Deep Blush #E67490

Tints of Deep Blush #E67490

RGB

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

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

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

R = 46.94%
G = 23.67%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E67490 (or 0xE67490) is known color: Deep Blush. HEX triplet: E6, 74 and 90. RGB value is (230,116,144). Sum of RGB (Red+Green+Blue) = 230+116+144=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E67490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67490 is #198B6F. Grayscale: #999999. Windows color (decimal): -1674096 or 9467110. OLE color: 9467110.

HSL color Cylindrical-coordinate representation of color #E67490: hue angle of 345.26º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E67490 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 116 144 -
CMYK 0 0.50 0.37 0.10
HSL 345.26º 0.7% 0.68% -
HSV(B) 345.26º 0.5% 0.9% -
XYZ 43.91 31.33 30.12 -
YUV 153.28 122.77 182.72 -
System Red Green Blue C M Y K H S L
Decimal 230 116 144 0 0.50 0.37 0.10 345.26 0.7 0.68
Hex E6 74 90 0 32 25 A 159 46 44
Octal 346 164 220 0 62 45 12 531 106 104
Binary 11100110 1110100 10010000 0 110010 100101 1010 101011001 1000110 1000100

Color Harmonies of #E67490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67490

Black with #E67490

Text Example


Text Example

White with #E67490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67490; }

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

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

background-color css

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

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

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

border-color css

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

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

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