Html Css Color HEX #E6749A Pale Violet Red

📋 copy color: '#E6749A'

red 230 ◦ green 116 ◦ blue 154

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

Shades of Pale Violet Red #E6749A

Tints of Pale Violet Red #E6749A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.8%

R = 46%
G = 23.2%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6749A (or 0xE6749A) is known color: Pale Violet Red. HEX triplet: E6, 74 and 9A. RGB value is (230,116,154). Sum of RGB (Red+Green+Blue) = 230+116+154=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E6749A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6749A is #198B65. Grayscale: #9A9A9A. Windows color (decimal): -1674086 or 10122470. OLE color: 10122470.

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

Color convert

RGB 230 116 154 -
CMYK 0 0.50 0.33 0.10
HSL 340º 0.7% 0.68% -
HSV(B) 340º 0.5% 0.9% -
XYZ 44.71 31.65 34.32 -
YUV 154.42 127.77 181.91 -
System Red Green Blue C M Y K H S L
Decimal 230 116 154 0 0.50 0.33 0.10 340 0.7 0.68
Hex E6 74 9A 0 32 21 A 154 46 44
Octal 346 164 232 0 62 41 12 524 106 104
Binary 11100110 1110100 10011010 0 110010 100001 1010 101010100 1000110 1000100

Color Harmonies of #E6749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6749A

Black with #E6749A

Text Example


Text Example

White with #E6749A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6749A; }

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

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

background-color css

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

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

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

border-color css

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

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

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