Html Css Color HEX #E694D3 Plum

📋 copy color: '#E694D3'

red 230 ◦ green 148 ◦ blue 211

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

Shades of Plum #E694D3

Tints of Plum #E694D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.82%

R = 39.05%
G = 25.13%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E694D3 (or 0xE694D3) is known color: Plum. HEX triplet: E6, 94 and D3. RGB value is (230,148,211). Sum of RGB (Red+Green+Blue) = 230+148+211=589 (78% of max value = 765). Red value is 230 (90.23% from 255 or 39.05% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 230 - color contains mainly: red. Hex color #E694D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E694D3 is #196B2C. Grayscale: #B3B3B3. Windows color (decimal): -1665837 or 13866214. OLE color: 13866214.

HSL color Cylindrical-coordinate representation of color #E694D3: hue angle of 313.9º 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 #E694D3 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 148 211 -
CMYK 0 0.36 0.08 0.10
HSL 313.9º 0.62% 0.74% -
HSV(B) 313.9º 0.36% 0.9% -
XYZ 54.98 42.71 66.97 -
YUV 179.7 145.67 163.88 -
System Red Green Blue C M Y K H S L
Decimal 230 148 211 0 0.36 0.08 0.10 313.9 0.62 0.74
Hex E6 94 D3 0 24 8 A 13A 3E 4A
Octal 346 224 323 0 44 10 12 472 76 112
Binary 11100110 10010100 11010011 0 100100 1000 1010 100111010 111110 1001010

Color Harmonies of #E694D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E694D3

Black with #E694D3

Text Example


Text Example

White with #E694D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E694D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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