Html Css Color HEX #E065A6 Pale Violet Red

📋 copy color: '#E065A6'

red 224 ◦ green 101 ◦ blue 166

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

Shades of Pale Violet Red #E065A6

Tints of Pale Violet Red #E065A6

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.57%

 BLUE value IS 166 (65.23% from 255) = 33.81%

R = 45.62%
G = 20.57%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E065A6 (or 0xE065A6) is known color: Pale Violet Red. HEX triplet: E0, 65 and A6. RGB value is (224,101,166). Sum of RGB (Red+Green+Blue) = 224+101+166=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E065A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E065A6 is #1F9A59. Grayscale: #919191. Windows color (decimal): -2071130 or 10905056. OLE color: 10905056.

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

Color convert

RGB 224 101 166 -
CMYK 0 0.55 0.26 0.12
HSL 328.29º 0.66% 0.64% -
HSV(B) 328.29º 0.55% 0.88% -
XYZ 42.28 27.91 39.23 -
YUV 145.19 139.75 184.21 -
System Red Green Blue C M Y K H S L
Decimal 224 101 166 0 0.55 0.26 0.12 328.29 0.66 0.64
Hex E0 65 A6 0 37 1A C 148 42 40
Octal 340 145 246 0 67 32 14 510 102 100
Binary 11100000 1100101 10100110 0 110111 11010 1100 101001000 1000010 1000000

Color Harmonies of #E065A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E065A6

Black with #E065A6

Text Example


Text Example

White with #E065A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E065A6; }

 p { color: rgb(224,101,166); }

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

background-color css

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

 a { background-color: rgb(224,101,166); }

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

border-color css

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

 span { border-color: rgb(224,101,166); }

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