Html Css Color HEX #E698E2 Plum

📋 copy color: '#E698E2'

red 230 ◦ green 152 ◦ blue 226

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

Shades of Plum #E698E2

Tints of Plum #E698E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.17%

R = 37.83%
G = 25%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E698E2 (or 0xE698E2) is known color: Plum. HEX triplet: E6, 98 and E2. RGB value is (230,152,226). Sum of RGB (Red+Green+Blue) = 230+152+226=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 152 (59.77% from 255 or 25% from 608); Blue value is 226 (88.67% from 255 or 37.17% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E698E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698E2 is #19671D. Grayscale: #B7B7B7. Windows color (decimal): -1664798 or 14850278. OLE color: 14850278.

HSL color Cylindrical-coordinate representation of color #E698E2: hue angle of 303.08º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E698E2 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 152 226 -
CMYK 0 0.34 0.02 0.10
HSL 303.08º 0.61% 0.75% -
HSV(B) 303.08º 0.34% 0.9% -
XYZ 57.59 44.77 77.56 -
YUV 183.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 230 152 226 0 0.34 0.02 0.10 303.08 0.61 0.75
Hex E6 98 E2 0 22 2 A 12F 3D 4B
Octal 346 230 342 0 42 2 12 457 75 113
Binary 11100110 10011000 11100010 0 100010 10 1010 100101111 111101 1001011

Color Harmonies of #E698E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E698E2

Black with #E698E2

Text Example


Text Example

White with #E698E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E698E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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