Html Css Color HEX #EC7DED Violet

📋 copy color: '#EC7DED'

red 236 ◦ green 125 ◦ blue 237

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

Shades of Violet #EC7DED

Tints of Violet #EC7DED

RGB

 RED value IS 236 (92.58% from 255) = 39.46%

 GREEN value IS 125 (49.22% from 255) = 20.9%

 BLUE value IS 237 (92.97% from 255) = 39.63%

R = 39.46%
G = 20.9%
B = 39.63%

CMYK

 C value IS 0.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC7DED (or 0xEC7DED) is known color: Violet. HEX triplet: EC, 7D and ED. RGB value is (236,125,237). Sum of RGB (Red+Green+Blue) = 236+125+237=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 125 (49.22% from 255 or 20.90% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC7DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7DED is #138212. Grayscale: #AAAAAA. Windows color (decimal): -1278483 or 15564268. OLE color: 15564268.

HSL color Cylindrical-coordinate representation of color #EC7DED: hue angle of 299.46º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7DED is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 125 237 -
CMYK 0.00 0.47 0 0.07
HSL 299.46º 0.76% 0.71% -
HSV(B) 299.46º 0.47% 0.93% -
XYZ 57.21 38.61 84.56 -
YUV 170.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 236 125 237 0.00 0.47 0 0.07 299.46 0.76 0.71
Hex EC 7D ED 0 2F 0 7 12B 4C 47
Octal 354 175 355 0 57 0 7 453 114 107
Binary 11101100 1111101 11101101 0 101111 0 111 100101011 1001100 1000111

Color Harmonies of #EC7DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DED

Black with #EC7DED

Text Example


Text Example

White with #EC7DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DED; }

 p { color: rgb(236,125,237); }

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

background-color css

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

 a { background-color: rgb(236,125,237); }

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

border-color css

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

 span { border-color: rgb(236,125,237); }

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