Html Css Color HEX #E697EA Plum

📋 copy color: '#E697EA'

red 230 ◦ green 151 ◦ blue 234

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

Shades of Plum #E697EA

Tints of Plum #E697EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.05%

R = 37.4%
G = 24.55%
B = 38.05%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E697EA (or 0xE697EA) is known color: Plum. HEX triplet: E6, 97 and EA. RGB value is (230,151,234). Sum of RGB (Red+Green+Blue) = 230+151+234=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 151 (59.38% from 255 or 24.55% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #E697EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E697EA is #196815. Grayscale: #B7B7B7. Windows color (decimal): -1665046 or 15374310. OLE color: 15374310.

HSL color Cylindrical-coordinate representation of color #E697EA: hue angle of 297.11º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E697EA is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 151 234 -
CMYK 0.02 0.35 0 0.08
HSL 297.11º 0.66% 0.75% -
HSV(B) 297.11º 0.35% 0.92% -
XYZ 58.55 44.9 83.42 -
YUV 184.08 156.17 160.75 -
System Red Green Blue C M Y K H S L
Decimal 230 151 234 0.02 0.35 0 0.08 297.11 0.66 0.75
Hex E6 97 EA 2 23 0 8 129 42 4B
Octal 346 227 352 2 43 0 10 451 102 113
Binary 11100110 10010111 11101010 10 100011 0 1000 100101001 1000010 1001011

Color Harmonies of #E697EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E697EA

Black with #E697EA

Text Example


Text Example

White with #E697EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E697EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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