Html Css Color HEX #E265A2 Pale Violet Red

📋 copy color: '#E265A2'

red 226 ◦ green 101 ◦ blue 162

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

Shades of Pale Violet Red #E265A2

Tints of Pale Violet Red #E265A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.13%

R = 46.22%
G = 20.65%
B = 33.13%

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

#E265A2 (or 0xE265A2) is known color: Pale Violet Red. HEX triplet: E2, 65 and A2. RGB value is (226,101,162). Sum of RGB (Red+Green+Blue) = 226+101+162=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E265A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E265A2 is #1D9A5D. Grayscale: #919191. Windows color (decimal): -1940062 or 10642914. OLE color: 10642914.

HSL color Cylindrical-coordinate representation of color #E265A2: hue angle of 330.72º 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 #E265A2 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 101 162 -
CMYK 0 0.55 0.28 0.11
HSL 330.72º 0.68% 0.64% -
HSV(B) 330.72º 0.55% 0.89% -
XYZ 42.54 28.08 37.36 -
YUV 145.33 137.41 185.54 -
System Red Green Blue C M Y K H S L
Decimal 226 101 162 0 0.55 0.28 0.11 330.72 0.68 0.64
Hex E2 65 A2 0 37 1C B 14B 44 40
Octal 342 145 242 0 67 34 13 513 104 100
Binary 11100010 1100101 10100010 0 110111 11100 1011 101001011 1000100 1000000

Color Harmonies of #E265A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E265A2

Black with #E265A2

Text Example


Text Example

White with #E265A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E265A2; }

 p { color: rgb(226,101,162); }

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

background-color css

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

 a { background-color: rgb(226,101,162); }

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

border-color css

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

 span { border-color: rgb(226,101,162); }

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