Html Css Color HEX #E266A3 Pale Violet Red

📋 copy color: '#E266A3'

red 226 ◦ green 102 ◦ blue 163

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

Shades of Pale Violet Red #E266A3

Tints of Pale Violet Red #E266A3

RGB

 RED value IS 226 (88.67% from 255) = 46.03%

 GREEN value IS 102 (40.23% from 255) = 20.77%

 BLUE value IS 163 (64.06% from 255) = 33.2%

R = 46.03%
G = 20.77%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E266A3 (or 0xE266A3) is known color: Pale Violet Red. HEX triplet: E2, 66 and A3. RGB value is (226,102,163). Sum of RGB (Red+Green+Blue) = 226+102+163=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E266A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E266A3 is #1D995C. Grayscale: #919191. Windows color (decimal): -1939805 or 10708706. OLE color: 10708706.

HSL color Cylindrical-coordinate representation of color #E266A3: hue angle of 330.48º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E266A3 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 102 163 -
CMYK 0 0.55 0.28 0.11
HSL 330.48º 0.68% 0.64% -
HSV(B) 330.48º 0.55% 0.89% -
XYZ 42.73 28.32 37.86 -
YUV 146.03 137.58 185.04 -
System Red Green Blue C M Y K H S L
Decimal 226 102 163 0 0.55 0.28 0.11 330.48 0.68 0.64
Hex E2 66 A3 0 37 1C B 14A 44 40
Octal 342 146 243 0 67 34 13 512 104 100
Binary 11100010 1100110 10100011 0 110111 11100 1011 101001010 1000100 1000000

Color Harmonies of #E266A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E266A3

Black with #E266A3

Text Example


Text Example

White with #E266A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E266A3; }

 p { color: rgb(226,102,163); }

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

background-color css

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

 a { background-color: rgb(226,102,163); }

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

border-color css

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

 span { border-color: rgb(226,102,163); }

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