Html Css Color HEX #E69FE1 Plum

📋 copy color: '#E69FE1'

red 230 ◦ green 159 ◦ blue 225

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

Shades of Plum #E69FE1

Tints of Plum #E69FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.64%

R = 37.46%
G = 25.9%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E69FE1 (or 0xE69FE1) is known color: Plum. HEX triplet: E6, 9F and E1. RGB value is (230,159,225). Sum of RGB (Red+Green+Blue) = 230+159+225=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FE1 is #19601E. Grayscale: #BBBBBB. Windows color (decimal): -1663007 or 14786534. OLE color: 14786534.

HSL color Cylindrical-coordinate representation of color #E69FE1: hue angle of 304.23º 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 #E69FE1 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 159 225 -
CMYK 0 0.31 0.02 0.10
HSL 304.23º 0.59% 0.76% -
HSV(B) 304.23º 0.31% 0.9% -
XYZ 58.62 47.06 77.23 -
YUV 187.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 230 159 225 0 0.31 0.02 0.10 304.23 0.59 0.76
Hex E6 9F E1 0 1F 2 A 130 3B 4C
Octal 346 237 341 0 37 2 12 460 73 114
Binary 11100110 10011111 11100001 0 11111 10 1010 100110000 111011 1001100

Color Harmonies of #E69FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69FE1

Black with #E69FE1

Text Example


Text Example

White with #E69FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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