Html Css Color HEX #E695EA Plum

📋 copy color: '#E695EA'

red 230 ◦ green 149 ◦ blue 234

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

Shades of Plum #E695EA

Tints of Plum #E695EA

RGB

 RED value IS 230 (90.23% from 255) = 37.52%

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

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

R = 37.52%
G = 24.31%
B = 38.17%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E695EA (or 0xE695EA) is known color: Plum. HEX triplet: E6, 95 and EA. RGB value is (230,149,234). Sum of RGB (Red+Green+Blue) = 230+149+234=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #E695EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E695EA is #196A15. Grayscale: #B6B6B6. Windows color (decimal): -1665558 or 15373798. OLE color: 15373798.

HSL color Cylindrical-coordinate representation of color #E695EA: hue angle of 297.18º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E695EA is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 149 234 -
CMYK 0.02 0.36 0 0.08
HSL 297.18º 0.67% 0.75% -
HSV(B) 297.18º 0.36% 0.92% -
XYZ 58.23 44.26 83.32 -
YUV 182.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 230 149 234 0.02 0.36 0 0.08 297.18 0.67 0.75
Hex E6 95 EA 2 24 0 8 129 43 4B
Octal 346 225 352 2 44 0 10 451 103 113
Binary 11100110 10010101 11101010 10 100100 0 1000 100101001 1000011 1001011

Color Harmonies of #E695EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E695EA

Black with #E695EA

Text Example


Text Example

White with #E695EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E695EA; }

 p { color: rgb(230,149,234); }

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

background-color css

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

 a { background-color: rgb(230,149,234); }

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

border-color css

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

 span { border-color: rgb(230,149,234); }

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