Html Css Color HEX #E698D2 Plum

📋 copy color: '#E698D2'

red 230 ◦ green 152 ◦ blue 210

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

Shades of Plum #E698D2

Tints of Plum #E698D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.47%

R = 38.85%
G = 25.68%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E698D2 (or 0xE698D2) is known color: Plum. HEX triplet: E6, 98 and D2. RGB value is (230,152,210). Sum of RGB (Red+Green+Blue) = 230+152+210=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E698D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698D2 is #19672D. Grayscale: #B5B5B5. Windows color (decimal): -1664814 or 13801702. OLE color: 13801702.

HSL color Cylindrical-coordinate representation of color #E698D2: hue angle of 315.38º 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 #E698D2 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 152 210 -
CMYK 0 0.34 0.09 0.10
HSL 315.38º 0.61% 0.75% -
HSV(B) 315.38º 0.34% 0.9% -
XYZ 55.49 43.93 66.53 -
YUV 181.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 230 152 210 0 0.34 0.09 0.10 315.38 0.61 0.75
Hex E6 98 D2 0 22 9 A 13B 3D 4B
Octal 346 230 322 0 42 11 12 473 75 113
Binary 11100110 10011000 11010010 0 100010 1001 1010 100111011 111101 1001011

Color Harmonies of #E698D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E698D2

Black with #E698D2

Text Example


Text Example

White with #E698D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E698D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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