Html Css Color HEX #E6749E Pale Violet Red

📋 copy color: '#E6749E'

red 230 ◦ green 116 ◦ blue 158

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

Shades of Pale Violet Red #E6749E

Tints of Pale Violet Red #E6749E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.35%

R = 45.63%
G = 23.02%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6749E (or 0xE6749E) is known color: Pale Violet Red. HEX triplet: E6, 74 and 9E. RGB value is (230,116,158). Sum of RGB (Red+Green+Blue) = 230+116+158=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6749E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6749E is #198B61. Grayscale: #9A9A9A. Windows color (decimal): -1674082 or 10384614. OLE color: 10384614.

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

Color convert

RGB 230 116 158 -
CMYK 0 0.50 0.31 0.10
HSL 337.89º 0.7% 0.68% -
HSV(B) 337.89º 0.5% 0.9% -
XYZ 45.05 31.78 36.11 -
YUV 154.87 129.77 181.58 -
System Red Green Blue C M Y K H S L
Decimal 230 116 158 0 0.50 0.31 0.10 337.89 0.7 0.68
Hex E6 74 9E 0 32 1F A 152 46 44
Octal 346 164 236 0 62 37 12 522 106 104
Binary 11100110 1110100 10011110 0 110010 11111 1010 101010010 1000110 1000100

Color Harmonies of #E6749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6749E

Black with #E6749E

Text Example


Text Example

White with #E6749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6749E; }

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

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

background-color css

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

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

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

border-color css

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

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

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