Html Css Color HEX #E69CF5 Plum

📋 copy color: '#E69CF5'

red 230 ◦ green 156 ◦ blue 245

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

Shades of Plum #E69CF5

Tints of Plum #E69CF5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.72%

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

R = 36.45%
G = 24.72%
B = 38.83%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E69CF5 (or 0xE69CF5) is known color: Plum. HEX triplet: E6, 9C and F5. RGB value is (230,156,245). Sum of RGB (Red+Green+Blue) = 230+156+245=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 156 (61.33% from 255 or 24.72% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 245 - color contains mainly: blue. Hex color #E69CF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69CF5 is #19630A. Grayscale: #BBBBBB. Windows color (decimal): -1663755 or 16096486. OLE color: 16096486.

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

Color convert

RGB 230 156 245 -
CMYK 0.06 0.36 0 0.04
HSL 289.89º 0.82% 0.79% -
HSV(B) 289.89º 0.36% 0.96% -
XYZ 61 47.19 92.28 -
YUV 188.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 230 156 245 0.06 0.36 0 0.04 289.89 0.82 0.79
Hex E6 9C F5 6 24 0 4 122 52 4F
Octal 346 234 365 6 44 0 4 442 122 117
Binary 11100110 10011100 11110101 110 100100 0 100 100100010 1010010 1001111

Color Harmonies of #E69CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69CF5

Black with #E69CF5

Text Example


Text Example

White with #E69CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69CF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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