Html Css Color HEX #E6749B Pale Violet Red

📋 copy color: '#E6749B'

red 230 ◦ green 116 ◦ blue 155

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

Shades of Pale Violet Red #E6749B

Tints of Pale Violet Red #E6749B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.94%

R = 45.91%
G = 23.15%
B = 30.94%

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

#E6749B (or 0xE6749B) is known color: Pale Violet Red. HEX triplet: E6, 74 and 9B. RGB value is (230,116,155). Sum of RGB (Red+Green+Blue) = 230+116+155=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6749B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6749B is #198B64. Grayscale: #9A9A9A. Windows color (decimal): -1674085 or 10188006. OLE color: 10188006.

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

Color convert

RGB 230 116 155 -
CMYK 0 0.50 0.33 0.10
HSL 339.47º 0.7% 0.68% -
HSV(B) 339.47º 0.5% 0.9% -
XYZ 44.79 31.68 34.76 -
YUV 154.53 128.27 181.83 -
System Red Green Blue C M Y K H S L
Decimal 230 116 155 0 0.50 0.33 0.10 339.47 0.7 0.68
Hex E6 74 9B 0 32 21 A 153 46 44
Octal 346 164 233 0 62 41 12 523 106 104
Binary 11100110 1110100 10011011 0 110010 100001 1010 101010011 1000110 1000100

Color Harmonies of #E6749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6749B

Black with #E6749B

Text Example


Text Example

White with #E6749B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6749B; }

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

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

background-color css

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

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

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

border-color css

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

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

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