Html Css Color HEX #E685DD Violet

📋 copy color: '#E685DD'

red 230 ◦ green 133 ◦ blue 221

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

Shades of Violet #E685DD

Tints of Violet #E685DD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.77%

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 39.38%
G = 22.77%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E685DD (or 0xE685DD) is known color: Violet. HEX triplet: E6, 85 and DD. RGB value is (230,133,221). Sum of RGB (Red+Green+Blue) = 230+133+221=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 230 - color contains mainly: red. Hex color #E685DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685DD is #197A22. Grayscale: #ABABAB. Windows color (decimal): -1669667 or 14517734. OLE color: 14517734.

HSL color Cylindrical-coordinate representation of color #E685DD: hue angle of 305.57º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E685DD is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 133 221 -
CMYK 0 0.42 0.04 0.10
HSL 305.57º 0.66% 0.71% -
HSV(B) 305.57º 0.42% 0.9% -
XYZ 54.07 38.82 73.05 -
YUV 172.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 230 133 221 0 0.42 0.04 0.10 305.57 0.66 0.71
Hex E6 85 DD 0 2A 4 A 132 42 47
Octal 346 205 335 0 52 4 12 462 102 107
Binary 11100110 10000101 11011101 0 101010 100 1010 100110010 1000010 1000111

Color Harmonies of #E685DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E685DD

Black with #E685DD

Text Example


Text Example

White with #E685DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E685DD; }

 p { color: rgb(230,133,221); }

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

background-color css

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

 a { background-color: rgb(230,133,221); }

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

border-color css

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

 span { border-color: rgb(230,133,221); }

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