Html Css Color HEX #E068AB Pale Violet Red

📋 copy color: '#E068AB'

red 224 ◦ green 104 ◦ blue 171

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

Shades of Pale Violet Red #E068AB

Tints of Pale Violet Red #E068AB

RGB

 RED value IS 224 (87.89% from 255) = 44.89%

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

 BLUE value IS 171 (67.19% from 255) = 34.27%

R = 44.89%
G = 20.84%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E068AB (or 0xE068AB) is known color: Pale Violet Red. HEX triplet: E0, 68 and AB. RGB value is (224,104,171). Sum of RGB (Red+Green+Blue) = 224+104+171=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E068AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E068AB is #1F9754. Grayscale: #939393. Windows color (decimal): -2070357 or 11233504. OLE color: 11233504.

HSL color Cylindrical-coordinate representation of color #E068AB: hue angle of 326.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E068AB is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 104 171 -
CMYK 0 0.54 0.24 0.12
HSL 326.5º 0.66% 0.64% -
HSV(B) 326.5º 0.54% 0.88% -
XYZ 43.04 28.69 41.8 -
YUV 147.52 141.26 182.55 -
System Red Green Blue C M Y K H S L
Decimal 224 104 171 0 0.54 0.24 0.12 326.5 0.66 0.64
Hex E0 68 AB 0 36 18 C 146 42 40
Octal 340 150 253 0 66 30 14 506 102 100
Binary 11100000 1101000 10101011 0 110110 11000 1100 101000110 1000010 1000000

Color Harmonies of #E068AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E068AB

Black with #E068AB

Text Example


Text Example

White with #E068AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E068AB; }

 p { color: rgb(224,104,171); }

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

background-color css

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

 a { background-color: rgb(224,104,171); }

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

border-color css

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

 span { border-color: rgb(224,104,171); }

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