Html Css Color HEX #E275A5 Pale Violet Red

📋 copy color: '#E275A5'

red 226 ◦ green 117 ◦ blue 165

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

Shades of Pale Violet Red #E275A5

Tints of Pale Violet Red #E275A5

RGB

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

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

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

R = 44.49%
G = 23.03%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E275A5 (or 0xE275A5) is known color: Pale Violet Red. HEX triplet: E2, 75 and A5. RGB value is (226,117,165). Sum of RGB (Red+Green+Blue) = 226+117+165=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E275A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E275A5 is #1D8A5A. Grayscale: #9A9A9A. Windows color (decimal): -1935963 or 10843618. OLE color: 10843618.

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

Color convert

RGB 226 117 165 -
CMYK 0 0.48 0.27 0.11
HSL 333.58º 0.65% 0.67% -
HSV(B) 333.58º 0.48% 0.89% -
XYZ 44.52 31.61 39.35 -
YUV 155.06 133.61 178.6 -
System Red Green Blue C M Y K H S L
Decimal 226 117 165 0 0.48 0.27 0.11 333.58 0.65 0.67
Hex E2 75 A5 0 30 1B B 14E 41 43
Octal 342 165 245 0 60 33 13 516 101 103
Binary 11100010 1110101 10100101 0 110000 11011 1011 101001110 1000001 1000011

Color Harmonies of #E275A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E275A5

Black with #E275A5

Text Example


Text Example

White with #E275A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E275A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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