Html Css Color HEX #E69BF5 Plum

📋 copy color: '#E69BF5'

red 230 ◦ green 155 ◦ blue 245

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

Shades of Plum #E69BF5

Tints of Plum #E69BF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.89%

R = 36.51%
G = 24.6%
B = 38.89%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E69BF5 (or 0xE69BF5) is known color: Plum. HEX triplet: E6, 9B and F5. RGB value is (230,155,245). Sum of RGB (Red+Green+Blue) = 230+155+245=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 155 (60.94% from 255 or 24.60% from 630); Blue value is 245 (96.09% from 255 or 38.89% from 630); Max value from RGB is 245 - color contains mainly: blue. Hex color #E69BF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69BF5 is #19640A. Grayscale: #BBBBBB. Windows color (decimal): -1664011 or 16096230. OLE color: 16096230.

HSL color Cylindrical-coordinate representation of color #E69BF5: hue angle of 290º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69BF5 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 155 245 -
CMYK 0.06 0.37 0 0.04
HSL 290º 0.82% 0.78% -
HSV(B) 290º 0.37% 0.96% -
XYZ 60.84 46.86 92.22 -
YUV 187.69 160.35 158.18 -
System Red Green Blue C M Y K H S L
Decimal 230 155 245 0.06 0.37 0 0.04 290 0.82 0.78
Hex E6 9B F5 6 25 0 4 122 52 4E
Octal 346 233 365 6 45 0 4 442 122 116
Binary 11100110 10011011 11110101 110 100101 0 100 100100010 1010010 1001110

Color Harmonies of #E69BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69BF5

Black with #E69BF5

Text Example


Text Example

White with #E69BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69BF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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