Html Css Color HEX #E268A1 Pale Violet Red

📋 copy color: '#E268A1'

red 226 ◦ green 104 ◦ blue 161

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

Shades of Pale Violet Red #E268A1

Tints of Pale Violet Red #E268A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.79%

R = 46.03%
G = 21.18%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E268A1 (or 0xE268A1) is known color: Pale Violet Red. HEX triplet: E2, 68 and A1. RGB value is (226,104,161). Sum of RGB (Red+Green+Blue) = 226+104+161=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E268A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E268A1 is #1D975E. Grayscale: #929292. Windows color (decimal): -1939295 or 10578146. OLE color: 10578146.

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

Color convert

RGB 226 104 161 -
CMYK 0 0.54 0.29 0.11
HSL 331.97º 0.68% 0.65% -
HSV(B) 331.97º 0.54% 0.89% -
XYZ 42.75 28.64 36.99 -
YUV 146.98 135.92 184.37 -
System Red Green Blue C M Y K H S L
Decimal 226 104 161 0 0.54 0.29 0.11 331.97 0.68 0.65
Hex E2 68 A1 0 36 1D B 14C 44 41
Octal 342 150 241 0 66 35 13 514 104 101
Binary 11100010 1101000 10100001 0 110110 11101 1011 101001100 1000100 1000001

Color Harmonies of #E268A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E268A1

Black with #E268A1

Text Example


Text Example

White with #E268A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E268A1; }

 p { color: rgb(226,104,161); }

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

background-color css

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

 a { background-color: rgb(226,104,161); }

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

border-color css

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

 span { border-color: rgb(226,104,161); }

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