Html Css Color HEX #E695D6 Plum

📋 copy color: '#E695D6'

red 230 ◦ green 149 ◦ blue 214

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

Shades of Plum #E695D6

Tints of Plum #E695D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.09%

R = 38.79%
G = 25.13%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E695D6 (or 0xE695D6) is known color: Plum. HEX triplet: E6, 95 and D6. RGB value is (230,149,214). Sum of RGB (Red+Green+Blue) = 230+149+214=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E695D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695D6 is #196A29. Grayscale: #B4B4B4. Windows color (decimal): -1665578 or 14063078. OLE color: 14063078.

HSL color Cylindrical-coordinate representation of color #E695D6: hue angle of 311.85º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E695D6 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 149 214 -
CMYK 0 0.35 0.07 0.10
HSL 311.85º 0.62% 0.74% -
HSV(B) 311.85º 0.35% 0.9% -
XYZ 55.52 43.17 69.03 -
YUV 180.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 230 149 214 0 0.35 0.07 0.10 311.85 0.62 0.74
Hex E6 95 D6 0 23 7 A 138 3E 4A
Octal 346 225 326 0 43 7 12 470 76 112
Binary 11100110 10010101 11010110 0 100011 111 1010 100111000 111110 1001010

Color Harmonies of #E695D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E695D6

Black with #E695D6

Text Example


Text Example

White with #E695D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E695D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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