Html Css Color HEX #E275A9 Pale Violet Red

📋 copy color: '#E275A9'

red 226 ◦ green 117 ◦ blue 169

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

Shades of Pale Violet Red #E275A9

Tints of Pale Violet Red #E275A9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.85%

 BLUE value IS 169 (66.41% from 255) = 33.01%

R = 44.14%
G = 22.85%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E275A9 (or 0xE275A9) is known color: Pale Violet Red. HEX triplet: E2, 75 and A9. RGB value is (226,117,169). Sum of RGB (Red+Green+Blue) = 226+117+169=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E275A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E275A9 is #1D8A56. Grayscale: #9B9B9B. Windows color (decimal): -1935959 or 11105762. OLE color: 11105762.

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

Color convert

RGB 226 117 169 -
CMYK 0 0.48 0.25 0.11
HSL 331.38º 0.65% 0.67% -
HSV(B) 331.38º 0.48% 0.89% -
XYZ 44.89 31.76 41.3 -
YUV 155.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 226 117 169 0 0.48 0.25 0.11 331.38 0.65 0.67
Hex E2 75 A9 0 30 19 B 14B 41 43
Octal 342 165 251 0 60 31 13 513 101 103
Binary 11100010 1110101 10101001 0 110000 11001 1011 101001011 1000001 1000011

Color Harmonies of #E275A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E275A9

Black with #E275A9

Text Example


Text Example

White with #E275A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E275A9; }

 p { color: rgb(226,117,169); }

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

background-color css

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

 a { background-color: rgb(226,117,169); }

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

border-color css

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

 span { border-color: rgb(226,117,169); }

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