Html Css Color HEX #E2739A Pale Violet Red

📋 copy color: '#E2739A'

red 226 ◦ green 115 ◦ blue 154

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

Shades of Pale Violet Red #E2739A

Tints of Pale Violet Red #E2739A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.23%

 BLUE value IS 154 (60.55% from 255) = 31.11%

R = 45.66%
G = 23.23%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2739A (or 0xE2739A) is known color: Pale Violet Red. HEX triplet: E2, 73 and 9A. RGB value is (226,115,154). Sum of RGB (Red+Green+Blue) = 226+115+154=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2739A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2739A is #1D8C65. Grayscale: #989898. Windows color (decimal): -1936486 or 10122210. OLE color: 10122210.

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

Color convert

RGB 226 115 154 -
CMYK 0 0.49 0.32 0.11
HSL 338.92º 0.66% 0.67% -
HSV(B) 338.92º 0.49% 0.89% -
XYZ 43.33 30.76 34.23 -
YUV 152.64 128.77 180.33 -
System Red Green Blue C M Y K H S L
Decimal 226 115 154 0 0.49 0.32 0.11 338.92 0.66 0.67
Hex E2 73 9A 0 31 20 B 153 42 43
Octal 342 163 232 0 61 40 13 523 102 103
Binary 11100010 1110011 10011010 0 110001 100000 1011 101010011 1000010 1000011

Color Harmonies of #E2739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2739A

Black with #E2739A

Text Example


Text Example

White with #E2739A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2739A; }

 p { color: rgb(226,115,154); }

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

background-color css

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

 a { background-color: rgb(226,115,154); }

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

border-color css

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

 span { border-color: rgb(226,115,154); }

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