Html Css Color HEX #E86294 Pale Violet Red

📋 copy color: '#E86294'

red 232 ◦ green 98 ◦ blue 148

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

Shades of Pale Violet Red #E86294

Tints of Pale Violet Red #E86294

RGB

 RED value IS 232 (91.02% from 255) = 48.54%

 GREEN value IS 98 (38.67% from 255) = 20.5%

 BLUE value IS 148 (58.2% from 255) = 30.96%

R = 48.54%
G = 20.5%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E86294 (or 0xE86294) is known color: Pale Violet Red. HEX triplet: E8, 62 and 94. RGB value is (232,98,148). Sum of RGB (Red+Green+Blue) = 232+98+148=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E86294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86294 is #179D6B. Grayscale: #8F8F8F. Windows color (decimal): -1547628 or 9724648. OLE color: 9724648.

HSL color Cylindrical-coordinate representation of color #E86294: hue angle of 337.61º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86294 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 98 148 -
CMYK 0 0.58 0.36 0.09
HSL 337.61º 0.74% 0.65% -
HSV(B) 337.61º 0.58% 0.91% -
XYZ 42.99 28.03 31.16 -
YUV 143.77 130.39 190.93 -
System Red Green Blue C M Y K H S L
Decimal 232 98 148 0 0.58 0.36 0.09 337.61 0.74 0.65
Hex E8 62 94 0 3A 24 9 152 4A 41
Octal 350 142 224 0 72 44 11 522 112 101
Binary 11101000 1100010 10010100 0 111010 100100 1001 101010010 1001010 1000001

Color Harmonies of #E86294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86294

Black with #E86294

Text Example


Text Example

White with #E86294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86294; }

 p { color: rgb(232,98,148); }

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

background-color css

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

 a { background-color: rgb(232,98,148); }

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

border-color css

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

 span { border-color: rgb(232,98,148); }

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