Html Css Color HEX #E670A0 Pale Violet Red

📋 copy color: '#E670A0'

red 230 ◦ green 112 ◦ blue 160

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

Shades of Pale Violet Red #E670A0

Tints of Pale Violet Red #E670A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.87%

R = 45.82%
G = 22.31%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E670A0 (or 0xE670A0) is known color: Pale Violet Red. HEX triplet: E6, 70 and A0. RGB value is (230,112,160). Sum of RGB (Red+Green+Blue) = 230+112+160=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E670A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E670A0 is #198F5F. Grayscale: #989898. Windows color (decimal): -1675104 or 10514662. OLE color: 10514662.

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

Color convert

RGB 230 112 160 -
CMYK 0 0.51 0.30 0.10
HSL 335.59º 0.7% 0.67% -
HSV(B) 335.59º 0.51% 0.9% -
XYZ 44.77 30.95 36.87 -
YUV 152.75 132.09 183.1 -
System Red Green Blue C M Y K H S L
Decimal 230 112 160 0 0.51 0.30 0.10 335.59 0.7 0.67
Hex E6 70 A0 0 33 1E A 150 46 43
Octal 346 160 240 0 63 36 12 520 106 103
Binary 11100110 1110000 10100000 0 110011 11110 1010 101010000 1000110 1000011

Color Harmonies of #E670A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E670A0

Black with #E670A0

Text Example


Text Example

White with #E670A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E670A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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