Html Css Color HEX #E275A8 Pale Violet Red

📋 copy color: '#E275A8'

red 226 ◦ green 117 ◦ blue 168

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

Shades of Pale Violet Red #E275A8

Tints of Pale Violet Red #E275A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.88%

R = 44.23%
G = 22.9%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E275A8 (or 0xE275A8) is known color: Pale Violet Red. HEX triplet: E2, 75 and A8. RGB value is (226,117,168). Sum of RGB (Red+Green+Blue) = 226+117+168=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E275A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E275A8 is #1D8A57. Grayscale: #9B9B9B. Windows color (decimal): -1935960 or 11040226. OLE color: 11040226.

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

Color convert

RGB 226 117 168 -
CMYK 0 0.48 0.26 0.11
HSL 331.93º 0.65% 0.67% -
HSV(B) 331.93º 0.48% 0.89% -
XYZ 44.79 31.72 40.81 -
YUV 155.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 226 117 168 0 0.48 0.26 0.11 331.93 0.65 0.67
Hex E2 75 A8 0 30 1A B 14C 41 43
Octal 342 165 250 0 60 32 13 514 101 103
Binary 11100010 1110101 10101000 0 110000 11010 1011 101001100 1000001 1000011

Color Harmonies of #E275A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E275A8

Black with #E275A8

Text Example


Text Example

White with #E275A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E275A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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