Html Css Color HEX #E185EE Violet

📋 copy color: '#E185EE'

red 225 ◦ green 133 ◦ blue 238

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

Shades of Violet #E185EE

Tints of Violet #E185EE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.32%

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

R = 37.75%
G = 22.32%
B = 39.93%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E185EE (or 0xE185EE) is known color: Violet. HEX triplet: E1, 85 and EE. RGB value is (225,133,238). Sum of RGB (Red+Green+Blue) = 225+133+238=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #E185EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E185EE is #1E7A11. Grayscale: #ACACAC. Windows color (decimal): -1997330 or 15631841. OLE color: 15631841.

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

Color convert

RGB 225 133 238 -
CMYK 0.05 0.44 0 0.07
HSL 292.57º 0.76% 0.73% -
HSV(B) 292.57º 0.44% 0.93% -
XYZ 54.87 38.96 85.52 -
YUV 172.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 225 133 238 0.05 0.44 0 0.07 292.57 0.76 0.73
Hex E1 85 EE 5 2C 0 7 125 4C 49
Octal 341 205 356 5 54 0 7 445 114 111
Binary 11100001 10000101 11101110 101 101100 0 111 100100101 1001100 1001001

Color Harmonies of #E185EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E185EE

Black with #E185EE

Text Example


Text Example

White with #E185EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E185EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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