Html Css Color HEX #E67191 Deep Blush

📋 copy color: '#E67191'

red 230 ◦ green 113 ◦ blue 145

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

Shades of Deep Blush #E67191

Tints of Deep Blush #E67191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.16%

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

R = 47.13%
G = 23.16%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E67191 (or 0xE67191) is known color: Deep Blush. HEX triplet: E6, 71 and 91. RGB value is (230,113,145). Sum of RGB (Red+Green+Blue) = 230+113+145=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E67191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67191 is #198E6E. Grayscale: #979797. Windows color (decimal): -1674863 or 9531878. OLE color: 9531878.

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

Color convert

RGB 230 113 145 -
CMYK 0 0.51 0.37 0.10
HSL 343.59º 0.7% 0.67% -
HSV(B) 343.59º 0.51% 0.9% -
XYZ 43.65 30.68 30.41 -
YUV 151.63 124.26 183.9 -
System Red Green Blue C M Y K H S L
Decimal 230 113 145 0 0.51 0.37 0.10 343.59 0.7 0.67
Hex E6 71 91 0 33 25 A 158 46 43
Octal 346 161 221 0 63 45 12 530 106 103
Binary 11100110 1110001 10010001 0 110011 100101 1010 101011000 1000110 1000011

Color Harmonies of #E67191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67191

Black with #E67191

Text Example


Text Example

White with #E67191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67191; }

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

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

background-color css

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

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

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

border-color css

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

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

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