Html Css Color HEX #E2649A Pale Violet Red

📋 copy color: '#E2649A'

red 226 ◦ green 100 ◦ blue 154

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

Shades of Pale Violet Red #E2649A

Tints of Pale Violet Red #E2649A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.83%

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

R = 47.08%
G = 20.83%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2649A (or 0xE2649A) is known color: Pale Violet Red. HEX triplet: E2, 64 and 9A. RGB value is (226,100,154). Sum of RGB (Red+Green+Blue) = 226+100+154=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2649A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2649A is #1D9B65. Grayscale: #8F8F8F. Windows color (decimal): -1940326 or 10118370. OLE color: 10118370.

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

Color convert

RGB 226 100 154 -
CMYK 0 0.56 0.32 0.11
HSL 334.29º 0.68% 0.64% -
HSV(B) 334.29º 0.56% 0.89% -
XYZ 41.75 27.62 33.7 -
YUV 143.83 133.74 186.61 -
System Red Green Blue C M Y K H S L
Decimal 226 100 154 0 0.56 0.32 0.11 334.29 0.68 0.64
Hex E2 64 9A 0 38 20 B 14E 44 40
Octal 342 144 232 0 70 40 13 516 104 100
Binary 11100010 1100100 10011010 0 111000 100000 1011 101001110 1000100 1000000

Color Harmonies of #E2649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2649A

Black with #E2649A

Text Example


Text Example

White with #E2649A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2649A; }

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

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

background-color css

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

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

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

border-color css

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

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

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