Html Css Color HEX #E68FD4 Plum

📋 copy color: '#E68FD4'

red 230 ◦ green 143 ◦ blue 212

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

Shades of Plum #E68FD4

Tints of Plum #E68FD4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.44%

 BLUE value IS 212 (83.2% from 255) = 36.24%

R = 39.32%
G = 24.44%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E68FD4 (or 0xE68FD4) is known color: Plum. HEX triplet: E6, 8F and D4. RGB value is (230,143,212). Sum of RGB (Red+Green+Blue) = 230+143+212=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68FD4 is #19702B. Grayscale: #B0B0B0. Windows color (decimal): -1667116 or 13930470. OLE color: 13930470.

HSL color Cylindrical-coordinate representation of color #E68FD4: hue angle of 312.41º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68FD4 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 143 212 -
CMYK 0 0.38 0.08 0.10
HSL 312.41º 0.64% 0.73% -
HSV(B) 312.41º 0.38% 0.9% -
XYZ 54.34 41.22 67.38 -
YUV 176.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 230 143 212 0 0.38 0.08 0.10 312.41 0.64 0.73
Hex E6 8F D4 0 26 8 A 138 40 49
Octal 346 217 324 0 46 10 12 470 100 111
Binary 11100110 10001111 11010100 0 100110 1000 1010 100111000 1000000 1001001

Color Harmonies of #E68FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68FD4

Black with #E68FD4

Text Example


Text Example

White with #E68FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68FD4; }

 p { color: rgb(230,143,212); }

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

background-color css

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

 a { background-color: rgb(230,143,212); }

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

border-color css

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

 span { border-color: rgb(230,143,212); }

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