Html Css Color HEX #E698F1 Plum

📋 copy color: '#E698F1'

red 230 ◦ green 152 ◦ blue 241

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

Shades of Plum #E698F1

Tints of Plum #E698F1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.4%

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

R = 36.92%
G = 24.4%
B = 38.68%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E698F1 (or 0xE698F1) is known color: Plum. HEX triplet: E6, 98 and F1. RGB value is (230,152,241). Sum of RGB (Red+Green+Blue) = 230+152+241=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 152 (59.77% from 255 or 24.40% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #E698F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E698F1 is #19670E. Grayscale: #B9B9B9. Windows color (decimal): -1664783 or 15833318. OLE color: 15833318.

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

Color convert

RGB 230 152 241 -
CMYK 0.05 0.37 0 0.05
HSL 292.58º 0.76% 0.77% -
HSV(B) 292.58º 0.37% 0.95% -
XYZ 59.74 45.63 88.88 -
YUV 185.47 159.34 159.76 -
System Red Green Blue C M Y K H S L
Decimal 230 152 241 0.05 0.37 0 0.05 292.58 0.76 0.77
Hex E6 98 F1 5 25 0 5 125 4C 4D
Octal 346 230 361 5 45 0 5 445 114 115
Binary 11100110 10011000 11110001 101 100101 0 101 100100101 1001100 1001101

Color Harmonies of #E698F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E698F1

Black with #E698F1

Text Example


Text Example

White with #E698F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E698F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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