Html Css Color HEX #E697E2 Plum

📋 copy color: '#E697E2'

red 230 ◦ green 151 ◦ blue 226

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

Shades of Plum #E697E2

Tints of Plum #E697E2

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.88%

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

R = 37.89%
G = 24.88%
B = 37.23%

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

#E697E2 (or 0xE697E2) is known color: Plum. HEX triplet: E6, 97 and E2. RGB value is (230,151,226). Sum of RGB (Red+Green+Blue) = 230+151+226=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E697E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697E2 is #19681D. Grayscale: #B6B6B6. Windows color (decimal): -1665054 or 14850022. OLE color: 14850022.

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

Color convert

RGB 230 151 226 -
CMYK 0 0.34 0.02 0.10
HSL 303.04º 0.61% 0.75% -
HSV(B) 303.04º 0.34% 0.9% -
XYZ 57.43 44.45 77.5 -
YUV 183.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 230 151 226 0 0.34 0.02 0.10 303.04 0.61 0.75
Hex E6 97 E2 0 22 2 A 12F 3D 4B
Octal 346 227 342 0 42 2 12 457 75 113
Binary 11100110 10010111 11100010 0 100010 10 1010 100101111 111101 1001011

Color Harmonies of #E697E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E697E2

Black with #E697E2

Text Example


Text Example

White with #E697E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E697E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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