Html Css Color HEX #E997EA Plum

📋 copy color: '#E997EA'

red 233 ◦ green 151 ◦ blue 234

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

Shades of Plum #E997EA

Tints of Plum #E997EA

RGB

 RED value IS 233 (91.41% from 255) = 37.7%

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

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

R = 37.7%
G = 24.43%
B = 37.86%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E997EA (or 0xE997EA) is known color: Plum. HEX triplet: E9, 97 and EA. RGB value is (233,151,234). Sum of RGB (Red+Green+Blue) = 233+151+234=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 151 (59.38% from 255 or 24.43% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #E997EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E997EA is #166815. Grayscale: #B8B8B8. Windows color (decimal): -1468438 or 15374313. OLE color: 15374313.

HSL color Cylindrical-coordinate representation of color #E997EA: hue angle of 299.28º 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 #E997EA is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 233 151 234 -
CMYK 0.00 0.35 0 0.08
HSL 299.28º 0.66% 0.75% -
HSV(B) 299.28º 0.35% 0.92% -
XYZ 59.52 45.4 83.47 -
YUV 184.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 233 151 234 0.00 0.35 0 0.08 299.28 0.66 0.75
Hex E9 97 EA 0 23 0 8 12B 42 4B
Octal 351 227 352 0 43 0 10 453 102 113
Binary 11101001 10010111 11101010 0 100011 0 1000 100101011 1000010 1001011

Color Harmonies of #E997EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E997EA

Black with #E997EA

Text Example


Text Example

White with #E997EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E997EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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