Html Css Color HEX #E67494 Deep Blush

📋 copy color: '#E67494'

red 230 ◦ green 116 ◦ blue 148

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

Shades of Deep Blush #E67494

Tints of Deep Blush #E67494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.96%

R = 46.56%
G = 23.48%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E67494 (or 0xE67494) is known color: Deep Blush. HEX triplet: E6, 74 and 94. RGB value is (230,116,148). Sum of RGB (Red+Green+Blue) = 230+116+148=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E67494 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67494 is #198B6B. Grayscale: #999999. Windows color (decimal): -1674092 or 9729254. OLE color: 9729254.

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

Color convert

RGB 230 116 148 -
CMYK 0 0.50 0.36 0.10
HSL 343.16º 0.7% 0.68% -
HSV(B) 343.16º 0.5% 0.9% -
XYZ 44.22 31.45 31.76 -
YUV 153.73 124.77 182.4 -
System Red Green Blue C M Y K H S L
Decimal 230 116 148 0 0.50 0.36 0.10 343.16 0.7 0.68
Hex E6 74 94 0 32 24 A 157 46 44
Octal 346 164 224 0 62 44 12 527 106 104
Binary 11100110 1110100 10010100 0 110010 100100 1010 101010111 1000110 1000100

Color Harmonies of #E67494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67494

Black with #E67494

Text Example


Text Example

White with #E67494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67494; }

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

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

background-color css

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

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

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

border-color css

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

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

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