Html Css Color HEX #E868A4 Pale Violet Red

📋 copy color: '#E868A4'

red 232 ◦ green 104 ◦ blue 164

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

Shades of Pale Violet Red #E868A4

Tints of Pale Violet Red #E868A4

RGB

 RED value IS 232 (91.02% from 255) = 46.4%

 GREEN value IS 104 (41.02% from 255) = 20.8%

 BLUE value IS 164 (64.45% from 255) = 32.8%

R = 46.4%
G = 20.8%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E868A4 (or 0xE868A4) is known color: Pale Violet Red. HEX triplet: E8, 68 and A4. RGB value is (232,104,164). Sum of RGB (Red+Green+Blue) = 232+104+164=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E868A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E868A4 is #17975B. Grayscale: #949494. Windows color (decimal): -1546076 or 10774760. OLE color: 10774760.

HSL color Cylindrical-coordinate representation of color #E868A4: hue angle of 331.88º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E868A4 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 104 164 -
CMYK 0 0.55 0.29 0.09
HSL 331.88º 0.74% 0.66% -
HSV(B) 331.88º 0.55% 0.91% -
XYZ 44.93 29.74 38.49 -
YUV 149.11 136.41 187.12 -
System Red Green Blue C M Y K H S L
Decimal 232 104 164 0 0.55 0.29 0.09 331.88 0.74 0.66
Hex E8 68 A4 0 37 1D 9 14C 4A 42
Octal 350 150 244 0 67 35 11 514 112 102
Binary 11101000 1101000 10100100 0 110111 11101 1001 101001100 1001010 1000010

Color Harmonies of #E868A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E868A4

Black with #E868A4

Text Example


Text Example

White with #E868A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E868A4; }

 p { color: rgb(232,104,164); }

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

background-color css

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

 a { background-color: rgb(232,104,164); }

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

border-color css

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

 span { border-color: rgb(232,104,164); }

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