Html Css Color HEX #E2618E Pale Violet Red

📋 copy color: '#E2618E'

red 226 ◦ green 97 ◦ blue 142

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

Shades of Pale Violet Red #E2618E

Tints of Pale Violet Red #E2618E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.86%

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 48.6%
G = 20.86%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E2618E (or 0xE2618E) is known color: Pale Violet Red. HEX triplet: E2, 61 and 8E. RGB value is (226,97,142). Sum of RGB (Red+Green+Blue) = 226+97+142=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2618E is #1D9E71. Grayscale: #8C8C8C. Windows color (decimal): -1941106 or 9331170. OLE color: 9331170.

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

Color convert

RGB 226 97 142 -
CMYK 0 0.57 0.37 0.11
HSL 339.07º 0.69% 0.63% -
HSV(B) 339.07º 0.57% 0.89% -
XYZ 40.52 26.67 28.6 -
YUV 140.7 128.74 188.84 -
System Red Green Blue C M Y K H S L
Decimal 226 97 142 0 0.57 0.37 0.11 339.07 0.69 0.63
Hex E2 61 8E 0 39 25 B 153 45 3F
Octal 342 141 216 0 71 45 13 523 105 77
Binary 11100010 1100001 10001110 0 111001 100101 1011 101010011 1000101 111111

Color Harmonies of #E2618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2618E

Black with #E2618E

Text Example


Text Example

White with #E2618E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2618E; }

 p { color: rgb(226,97,142); }

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

background-color css

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

 a { background-color: rgb(226,97,142); }

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

border-color css

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

 span { border-color: rgb(226,97,142); }

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