Html Css Color HEX #E69FE3 Plum

📋 copy color: '#E69FE3'

red 230 ◦ green 159 ◦ blue 227

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

Shades of Plum #E69FE3

Tints of Plum #E69FE3

RGB

 RED value IS 230 (90.23% from 255) = 37.34%

 GREEN value IS 159 (62.5% from 255) = 25.81%

 BLUE value IS 227 (89.06% from 255) = 36.85%

R = 37.34%
G = 25.81%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E69FE3 (or 0xE69FE3) is known color: Plum. HEX triplet: E6, 9F and E3. RGB value is (230,159,227). Sum of RGB (Red+Green+Blue) = 230+159+227=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FE3 is #19601C. Grayscale: #BBBBBB. Windows color (decimal): -1663005 or 14917606. OLE color: 14917606.

HSL color Cylindrical-coordinate representation of color #E69FE3: hue angle of 302.54º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69FE3 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 159 227 -
CMYK 0 0.31 0.01 0.10
HSL 302.54º 0.59% 0.76% -
HSV(B) 302.54º 0.31% 0.9% -
XYZ 58.9 47.17 78.67 -
YUV 187.98 150.02 157.97 -
System Red Green Blue C M Y K H S L
Decimal 230 159 227 0 0.31 0.01 0.10 302.54 0.59 0.76
Hex E6 9F E3 0 1F 1 A 12F 3B 4C
Octal 346 237 343 0 37 1 12 457 73 114
Binary 11100110 10011111 11100011 0 11111 1 1010 100101111 111011 1001100

Color Harmonies of #E69FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69FE3

Black with #E69FE3

Text Example


Text Example

White with #E69FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69FE3; }

 p { color: rgb(230,159,227); }

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

background-color css

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

 a { background-color: rgb(230,159,227); }

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

border-color css

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

 span { border-color: rgb(230,159,227); }

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