Html Css Color HEX #E195EE Plum

📋 copy color: '#E195EE'

red 225 ◦ green 149 ◦ blue 238

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

Shades of Plum #E195EE

Tints of Plum #E195EE

RGB

 RED value IS 225 (88.28% from 255) = 36.76%

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

 BLUE value IS 238 (93.36% from 255) = 38.89%

R = 36.76%
G = 24.35%
B = 38.89%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E195EE (or 0xE195EE) is known color: Plum. HEX triplet: E1, 95 and EE. RGB value is (225,149,238). Sum of RGB (Red+Green+Blue) = 225+149+238=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #E195EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E195EE is #1E6A11. Grayscale: #B5B5B5. Windows color (decimal): -1993234 or 15635937. OLE color: 15635937.

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

Color convert

RGB 225 149 238 -
CMYK 0.05 0.37 0 0.07
HSL 291.24º 0.72% 0.76% -
HSV(B) 291.24º 0.37% 0.93% -
XYZ 57.23 43.68 86.3 -
YUV 181.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 225 149 238 0.05 0.37 0 0.07 291.24 0.72 0.76
Hex E1 95 EE 5 25 0 7 123 48 4C
Octal 341 225 356 5 45 0 7 443 110 114
Binary 11100001 10010101 11101110 101 100101 0 111 100100011 1001000 1001100

Color Harmonies of #E195EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E195EE

Black with #E195EE

Text Example


Text Example

White with #E195EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E195EE; }

 p { color: rgb(225,149,238); }

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

background-color css

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

 a { background-color: rgb(225,149,238); }

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

border-color css

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

 span { border-color: rgb(225,149,238); }

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