Html Css Color HEX #E297F1 Plum

📋 copy color: '#E297F1'

red 226 ◦ green 151 ◦ blue 241

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

Shades of Plum #E297F1

Tints of Plum #E297F1

RGB

 RED value IS 226 (88.67% from 255) = 36.57%

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

 BLUE value IS 241 (94.53% from 255) = 39%

R = 36.57%
G = 24.43%
B = 39%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E297F1 (or 0xE297F1) is known color: Plum. HEX triplet: E2, 97 and F1. RGB value is (226,151,241). Sum of RGB (Red+Green+Blue) = 226+151+241=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 151 (59.38% from 255 or 24.43% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #E297F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E297F1 is #1D680E. Grayscale: #B7B7B7. Windows color (decimal): -1927183 or 15833058. OLE color: 15833058.

HSL color Cylindrical-coordinate representation of color #E297F1: hue angle of 290º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E297F1 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 151 241 -
CMYK 0.06 0.37 0 0.05
HSL 290º 0.76% 0.77% -
HSV(B) 290º 0.37% 0.95% -
XYZ 58.31 44.65 88.76 -
YUV 183.69 160.35 158.18 -
System Red Green Blue C M Y K H S L
Decimal 226 151 241 0.06 0.37 0 0.05 290 0.76 0.77
Hex E2 97 F1 6 25 0 5 122 4C 4D
Octal 342 227 361 6 45 0 5 442 114 115
Binary 11100010 10010111 11110001 110 100101 0 101 100100010 1001100 1001101

Color Harmonies of #E297F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E297F1

Black with #E297F1

Text Example


Text Example

White with #E297F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E297F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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