Html Css Color HEX #E6729A Pale Violet Red

📋 copy color: '#E6729A'

red 230 ◦ green 114 ◦ blue 154

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

Shades of Pale Violet Red #E6729A

Tints of Pale Violet Red #E6729A

RGB

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

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

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

R = 46.18%
G = 22.89%
B = 30.92%

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

#E6729A (or 0xE6729A) is known color: Pale Violet Red. HEX triplet: E6, 72 and 9A. RGB value is (230,114,154). Sum of RGB (Red+Green+Blue) = 230+114+154=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E6729A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6729A is #198D65. Grayscale: #999999. Windows color (decimal): -1674598 or 10121958. OLE color: 10121958.

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

Color convert

RGB 230 114 154 -
CMYK 0 0.50 0.33 0.10
HSL 339.31º 0.7% 0.67% -
HSV(B) 339.31º 0.5% 0.9% -
XYZ 44.48 31.19 34.25 -
YUV 153.24 128.43 182.75 -
System Red Green Blue C M Y K H S L
Decimal 230 114 154 0 0.50 0.33 0.10 339.31 0.7 0.67
Hex E6 72 9A 0 32 21 A 153 46 43
Octal 346 162 232 0 62 41 12 523 106 103
Binary 11100110 1110010 10011010 0 110010 100001 1010 101010011 1000110 1000011

Color Harmonies of #E6729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6729A

Black with #E6729A

Text Example


Text Example

White with #E6729A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6729A; }

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

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

background-color css

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

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

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

border-color css

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

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

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