#E66BA4

Color #E66BA4 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E66BA4

Tints of Pale Violet Red #E66BA4

Color information

#E66BA4 (or 0xE66BA4) is unknown color: approx Pale Violet Red. HEX triplet: E6, 6B and A4. RGB value is (230,107,164). Sum of RGB (Red+Green+Blue) = 230+107+164=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66BA4 is #19945B. Grayscale: #969696. Windows color (decimal): -1676380 or 10775526. OLE color: 10775526.

HSL color Cylindrical-coordinate representation of color #E66BA4: hue angle of 332.2º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66BA4 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB230107164-
CMYK00.530.290.10
HSL332.2º71.1%66.08%-
HSV(B)332.2º53.48%90.2%-
XYZ44.5930.0238.57-
YUV150.28135.75184.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.91%
GREEN value IS 107 (42.19% from 255) = 21.36%
BLUE value IS 164 (64.45% from 255) = 32.73%
R=45.91%
G=21.36%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010716400.530.290.10332.271.166.08
HexE66BA40351DA14c4742
Octal3461532440653512514107102
Binary11100110110101110100100011010111101101010100110010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66BA4; }

 p { color: rgb(230,107,164); }

 H1.HeaderClassName
 {
   color: #E66BA4;
 }
 .AnyTagClassName
 {
   color: #E66BA4;
 }
</style>
background-color css

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

 a { background-color: rgb(230,107,164); }

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

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

 span { border-color: rgb(230,107,164); }

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