Html Css Color HEX #E295CF Plum

📋 copy color: '#E295CF'

red 226 ◦ green 149 ◦ blue 207

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

Shades of Plum #E295CF

Tints of Plum #E295CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.6%

 BLUE value IS 207 (81.25% from 255) = 35.57%

R = 38.83%
G = 25.6%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E295CF (or 0xE295CF) is known color: Plum. HEX triplet: E2, 95 and CF. RGB value is (226,149,207). Sum of RGB (Red+Green+Blue) = 226+149+207=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 226 - color contains mainly: red. Hex color #E295CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295CF is #1D6A30. Grayscale: #B2B2B2. Windows color (decimal): -1927729 or 13604322. OLE color: 13604322.

HSL color Cylindrical-coordinate representation of color #E295CF: hue angle of 314.81º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E295CF is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 149 207 -
CMYK 0 0.34 0.08 0.11
HSL 314.81º 0.57% 0.74% -
HSV(B) 314.81º 0.34% 0.89% -
XYZ 53.37 42.17 64.36 -
YUV 178.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 226 149 207 0 0.34 0.08 0.11 314.81 0.57 0.74
Hex E2 95 CF 0 22 8 B 13B 39 4A
Octal 342 225 317 0 42 10 13 473 71 112
Binary 11100010 10010101 11001111 0 100010 1000 1011 100111011 111001 1001010

Color Harmonies of #E295CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E295CF

Black with #E295CF

Text Example


Text Example

White with #E295CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E295CF; }

 p { color: rgb(226,149,207); }

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

background-color css

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

 a { background-color: rgb(226,149,207); }

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

border-color css

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

 span { border-color: rgb(226,149,207); }

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