Html Css Color HEX #E6709A Pale Violet Red

📋 copy color: '#E6709A'

red 230 ◦ green 112 ◦ blue 154

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

Shades of Pale Violet Red #E6709A

Tints of Pale Violet Red #E6709A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.58%

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

R = 46.37%
G = 22.58%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6709A (or 0xE6709A) is known color: Pale Violet Red. HEX triplet: E6, 70 and 9A. RGB value is (230,112,154). Sum of RGB (Red+Green+Blue) = 230+112+154=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E6709A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6709A is #198F65. Grayscale: #989898. Windows color (decimal): -1675110 or 10121446. OLE color: 10121446.

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

Color convert

RGB 230 112 154 -
CMYK 0 0.51 0.33 0.10
HSL 338.64º 0.7% 0.67% -
HSV(B) 338.64º 0.51% 0.9% -
XYZ 44.26 30.74 34.17 -
YUV 152.07 129.09 183.58 -
System Red Green Blue C M Y K H S L
Decimal 230 112 154 0 0.51 0.33 0.10 338.64 0.7 0.67
Hex E6 70 9A 0 33 21 A 153 46 43
Octal 346 160 232 0 63 41 12 523 106 103
Binary 11100110 1110000 10011010 0 110011 100001 1010 101010011 1000110 1000011

Color Harmonies of #E6709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6709A

Black with #E6709A

Text Example


Text Example

White with #E6709A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6709A; }

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

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

background-color css

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

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

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

border-color css

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

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

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