Html Css Color HEX #E69AF1 Plum

📋 copy color: '#E69AF1'

red 230 ◦ green 154 ◦ blue 241

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

Shades of Plum #E69AF1

Tints of Plum #E69AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.64%

 BLUE value IS 241 (94.53% from 255) = 38.56%

R = 36.8%
G = 24.64%
B = 38.56%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E69AF1 (or 0xE69AF1) is known color: Plum. HEX triplet: E6, 9A and F1. RGB value is (230,154,241). Sum of RGB (Red+Green+Blue) = 230+154+241=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 154 (60.55% from 255 or 24.64% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #E69AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69AF1 is #19650E. Grayscale: #BABABA. Windows color (decimal): -1664271 or 15833830. OLE color: 15833830.

HSL color Cylindrical-coordinate representation of color #E69AF1: hue angle of 292.41º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E69AF1 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 154 241 -
CMYK 0.05 0.36 0 0.05
HSL 292.41º 0.76% 0.77% -
HSV(B) 292.41º 0.36% 0.95% -
XYZ 60.07 46.29 88.99 -
YUV 186.64 158.68 158.93 -
System Red Green Blue C M Y K H S L
Decimal 230 154 241 0.05 0.36 0 0.05 292.41 0.76 0.77
Hex E6 9A F1 5 24 0 5 124 4C 4D
Octal 346 232 361 5 44 0 5 444 114 115
Binary 11100110 10011010 11110001 101 100100 0 101 100100100 1001100 1001101

Color Harmonies of #E69AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69AF1

Black with #E69AF1

Text Example


Text Example

White with #E69AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69AF1; }

 p { color: rgb(230,154,241); }

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

background-color css

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

 a { background-color: rgb(230,154,241); }

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

border-color css

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

 span { border-color: rgb(230,154,241); }

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