Html Css Color HEX #E67492 Deep Blush

📋 copy color: '#E67492'

red 230 ◦ green 116 ◦ blue 146

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

Shades of Deep Blush #E67492

Tints of Deep Blush #E67492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.67%

R = 46.75%
G = 23.58%
B = 29.67%

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

#E67492 (or 0xE67492) is known color: Deep Blush. HEX triplet: E6, 74 and 92. RGB value is (230,116,146). Sum of RGB (Red+Green+Blue) = 230+116+146=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E67492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67492 is #198B6D. Grayscale: #999999. Windows color (decimal): -1674094 or 9598182. OLE color: 9598182.

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

Color convert

RGB 230 116 146 -
CMYK 0 0.50 0.37 0.10
HSL 344.21º 0.7% 0.68% -
HSV(B) 344.21º 0.5% 0.9% -
XYZ 44.07 31.39 30.93 -
YUV 153.51 123.77 182.56 -
System Red Green Blue C M Y K H S L
Decimal 230 116 146 0 0.50 0.37 0.10 344.21 0.7 0.68
Hex E6 74 92 0 32 25 A 158 46 44
Octal 346 164 222 0 62 45 12 530 106 104
Binary 11100110 1110100 10010010 0 110010 100101 1010 101011000 1000110 1000100

Color Harmonies of #E67492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67492

Black with #E67492

Text Example


Text Example

White with #E67492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67492; }

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

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

background-color css

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

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

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

border-color css

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

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

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