Html Css Color HEX #E27CA5 Pale Violet Red

📋 copy color: '#E27CA5'

red 226 ◦ green 124 ◦ blue 165

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

Shades of Pale Violet Red #E27CA5

Tints of Pale Violet Red #E27CA5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.08%

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

R = 43.88%
G = 24.08%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E27CA5 (or 0xE27CA5) is known color: Pale Violet Red. HEX triplet: E2, 7C and A5. RGB value is (226,124,165). Sum of RGB (Red+Green+Blue) = 226+124+165=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E27CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27CA5 is #1D835A. Grayscale: #9F9F9F. Windows color (decimal): -1934171 or 10845410. OLE color: 10845410.

HSL color Cylindrical-coordinate representation of color #E27CA5: hue angle of 335.88º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E27CA5 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 124 165 -
CMYK 0 0.45 0.27 0.11
HSL 335.88º 0.64% 0.69% -
HSV(B) 335.88º 0.45% 0.89% -
XYZ 45.36 33.3 39.63 -
YUV 159.17 131.29 175.67 -
System Red Green Blue C M Y K H S L
Decimal 226 124 165 0 0.45 0.27 0.11 335.88 0.64 0.69
Hex E2 7C A5 0 2D 1B B 150 40 45
Octal 342 174 245 0 55 33 13 520 100 105
Binary 11100010 1111100 10100101 0 101101 11011 1011 101010000 1000000 1000101

Color Harmonies of #E27CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27CA5

Black with #E27CA5

Text Example


Text Example

White with #E27CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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