Html Css Color HEX #EC7DEE Violet

📋 copy color: '#EC7DEE'

red 236 ◦ green 125 ◦ blue 238

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

Shades of Violet #EC7DEE

Tints of Violet #EC7DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.73%

R = 39.4%
G = 20.87%
B = 39.73%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC7DEE (or 0xEC7DEE) is known color: Violet. HEX triplet: EC, 7D and EE. RGB value is (236,125,238). Sum of RGB (Red+Green+Blue) = 236+125+238=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC7DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7DEE is #138211. Grayscale: #AAAAAA. Windows color (decimal): -1278482 or 15629804. OLE color: 15629804.

HSL color Cylindrical-coordinate representation of color #EC7DEE: hue angle of 298.94º degrees, saturation: 0.77, 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 #EC7DEE is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 125 238 -
CMYK 0.01 0.47 0 0.07
HSL 298.94º 0.77% 0.71% -
HSV(B) 298.94º 0.47% 0.93% -
XYZ 57.36 38.67 85.33 -
YUV 171.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 236 125 238 0.01 0.47 0 0.07 298.94 0.77 0.71
Hex EC 7D EE 1 2F 0 7 12B 4D 47
Octal 354 175 356 1 57 0 7 453 115 107
Binary 11101100 1111101 11101110 1 101111 0 111 100101011 1001101 1000111

Color Harmonies of #EC7DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DEE

Black with #EC7DEE

Text Example


Text Example

White with #EC7DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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