Html Css Color HEX #E69BF1 Plum

📋 copy color: '#E69BF1'

red 230 ◦ green 155 ◦ blue 241

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

Shades of Plum #E69BF1

Tints of Plum #E69BF1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.76%

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

R = 36.74%
G = 24.76%
B = 38.5%

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

#E69BF1 (or 0xE69BF1) is known color: Plum. HEX triplet: E6, 9B and F1. RGB value is (230,155,241). Sum of RGB (Red+Green+Blue) = 230+155+241=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 155 (60.94% from 255 or 24.76% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #E69BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69BF1 is #19640E. Grayscale: #BABABA. Windows color (decimal): -1664015 or 15834086. OLE color: 15834086.

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

Color convert

RGB 230 155 241 -
CMYK 0.05 0.36 0 0.05
HSL 292.33º 0.75% 0.78% -
HSV(B) 292.33º 0.36% 0.95% -
XYZ 60.23 46.62 89.04 -
YUV 187.23 158.35 158.51 -
System Red Green Blue C M Y K H S L
Decimal 230 155 241 0.05 0.36 0 0.05 292.33 0.75 0.78
Hex E6 9B F1 5 24 0 5 124 4B 4E
Octal 346 233 361 5 44 0 5 444 113 116
Binary 11100110 10011011 11110001 101 100100 0 101 100100100 1001011 1001110

Color Harmonies of #E69BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69BF1

Black with #E69BF1

Text Example


Text Example

White with #E69BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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