Html Css Color HEX #E2609A Pale Violet Red

📋 copy color: '#E2609A'

red 226 ◦ green 96 ◦ blue 154

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

Shades of Pale Violet Red #E2609A

Tints of Pale Violet Red #E2609A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.17%

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

R = 47.48%
G = 20.17%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2609A (or 0xE2609A) is known color: Pale Violet Red. HEX triplet: E2, 60 and 9A. RGB value is (226,96,154). Sum of RGB (Red+Green+Blue) = 226+96+154=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E2609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2609A is #1D9F65. Grayscale: #8D8D8D. Windows color (decimal): -1941350 or 10117346. OLE color: 10117346.

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

Color convert

RGB 226 96 154 -
CMYK 0 0.58 0.32 0.11
HSL 333.23º 0.69% 0.63% -
HSV(B) 333.23º 0.58% 0.89% -
XYZ 41.38 26.87 33.58 -
YUV 141.48 135.07 188.28 -
System Red Green Blue C M Y K H S L
Decimal 226 96 154 0 0.58 0.32 0.11 333.23 0.69 0.63
Hex E2 60 9A 0 3A 20 B 14D 45 3F
Octal 342 140 232 0 72 40 13 515 105 77
Binary 11100010 1100000 10011010 0 111010 100000 1011 101001101 1000101 111111

Color Harmonies of #E2609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2609A

Black with #E2609A

Text Example


Text Example

White with #E2609A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2609A; }

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

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

background-color css

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

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

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

border-color css

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

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

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