Html Css Color HEX #E269A5 Pale Violet Red

📋 copy color: '#E269A5'

red 226 ◦ green 105 ◦ blue 165

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

Shades of Pale Violet Red #E269A5

Tints of Pale Violet Red #E269A5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.17%

 BLUE value IS 165 (64.84% from 255) = 33.27%

R = 45.56%
G = 21.17%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E269A5 (or 0xE269A5) is known color: Pale Violet Red. HEX triplet: E2, 69 and A5. RGB value is (226,105,165). Sum of RGB (Red+Green+Blue) = 226+105+165=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E269A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E269A5 is #1D965A. Grayscale: #939393. Windows color (decimal): -1939035 or 10840546. OLE color: 10840546.

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

Color convert

RGB 226 105 165 -
CMYK 0 0.54 0.27 0.11
HSL 330.25º 0.68% 0.65% -
HSV(B) 330.25º 0.54% 0.89% -
XYZ 43.21 28.99 38.92 -
YUV 148.02 137.59 183.62 -
System Red Green Blue C M Y K H S L
Decimal 226 105 165 0 0.54 0.27 0.11 330.25 0.68 0.65
Hex E2 69 A5 0 36 1B B 14A 44 41
Octal 342 151 245 0 66 33 13 512 104 101
Binary 11100010 1101001 10100101 0 110110 11011 1011 101001010 1000100 1000001

Color Harmonies of #E269A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E269A5

Black with #E269A5

Text Example


Text Example

White with #E269A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E269A5; }

 p { color: rgb(226,105,165); }

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

background-color css

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

 a { background-color: rgb(226,105,165); }

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

border-color css

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

 span { border-color: rgb(226,105,165); }

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