Html Css Color HEX #E6729D Pale Violet Red

📋 copy color: '#E6729D'

red 230 ◦ green 114 ◦ blue 157

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

Shades of Pale Violet Red #E6729D

Tints of Pale Violet Red #E6729D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.75%

 BLUE value IS 157 (61.72% from 255) = 31.34%

R = 45.91%
G = 22.75%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6729D (or 0xE6729D) is known color: Pale Violet Red. HEX triplet: E6, 72 and 9D. RGB value is (230,114,157). Sum of RGB (Red+Green+Blue) = 230+114+157=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6729D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6729D is #198D62. Grayscale: #999999. Windows color (decimal): -1674595 or 10318566. OLE color: 10318566.

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

Color convert

RGB 230 114 157 -
CMYK 0 0.50 0.32 0.10
HSL 337.76º 0.7% 0.67% -
HSV(B) 337.76º 0.5% 0.9% -
XYZ 44.74 31.29 35.58 -
YUV 153.59 129.93 182.5 -
System Red Green Blue C M Y K H S L
Decimal 230 114 157 0 0.50 0.32 0.10 337.76 0.7 0.67
Hex E6 72 9D 0 32 20 A 152 46 43
Octal 346 162 235 0 62 40 12 522 106 103
Binary 11100110 1110010 10011101 0 110010 100000 1010 101010010 1000110 1000011

Color Harmonies of #E6729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6729D

Black with #E6729D

Text Example


Text Example

White with #E6729D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6729D; }

 p { color: rgb(230,114,157); }

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

background-color css

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

 a { background-color: rgb(230,114,157); }

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

border-color css

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

 span { border-color: rgb(230,114,157); }

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