Html Css Color HEX #E694D7 Plum

📋 copy color: '#E694D7'

red 230 ◦ green 148 ◦ blue 215

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

Shades of Plum #E694D7

Tints of Plum #E694D7

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.96%

 BLUE value IS 215 (84.38% from 255) = 36.26%

R = 38.79%
G = 24.96%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E694D7 (or 0xE694D7) is known color: Plum. HEX triplet: E6, 94 and D7. RGB value is (230,148,215). Sum of RGB (Red+Green+Blue) = 230+148+215=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E694D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E694D7 is #196B28. Grayscale: #B3B3B3. Windows color (decimal): -1665833 or 14128358. OLE color: 14128358.

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

Color convert

RGB 230 148 215 -
CMYK 0 0.36 0.07 0.10
HSL 310.98º 0.62% 0.74% -
HSV(B) 310.98º 0.36% 0.9% -
XYZ 55.49 42.91 69.65 -
YUV 180.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 230 148 215 0 0.36 0.07 0.10 310.98 0.62 0.74
Hex E6 94 D7 0 24 7 A 137 3E 4A
Octal 346 224 327 0 44 7 12 467 76 112
Binary 11100110 10010100 11010111 0 100100 111 1010 100110111 111110 1001010

Color Harmonies of #E694D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E694D7

Black with #E694D7

Text Example


Text Example

White with #E694D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E694D7; }

 p { color: rgb(230,148,215); }

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

background-color css

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

 a { background-color: rgb(230,148,215); }

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

border-color css

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

 span { border-color: rgb(230,148,215); }

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