Html Css Color HEX #EC7EEE Violet

📋 copy color: '#EC7EEE'

red 236 ◦ green 126 ◦ blue 238

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

Shades of Violet #EC7EEE

Tints of Violet #EC7EEE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21%

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

R = 39.33%
G = 21%
B = 39.67%

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

#EC7EEE (or 0xEC7EEE) is known color: Violet. HEX triplet: EC, 7E and EE. RGB value is (236,126,238). Sum of RGB (Red+Green+Blue) = 236+126+238=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 126 (49.61% from 255 or 21% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC7EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7EEE is #138111. Grayscale: #ABABAB. Windows color (decimal): -1278226 or 15630060. OLE color: 15630060.

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

Color convert

RGB 236 126 238 -
CMYK 0.01 0.47 0 0.07
HSL 298.93º 0.77% 0.71% -
HSV(B) 298.93º 0.47% 0.93% -
XYZ 57.49 38.93 85.37 -
YUV 171.66 165.44 173.89 -
System Red Green Blue C M Y K H S L
Decimal 236 126 238 0.01 0.47 0 0.07 298.93 0.77 0.71
Hex EC 7E EE 1 2F 0 7 12B 4D 47
Octal 354 176 356 1 57 0 7 453 115 107
Binary 11101100 1111110 11101110 1 101111 0 111 100101011 1001101 1000111

Color Harmonies of #EC7EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7EEE

Black with #EC7EEE

Text Example


Text Example

White with #EC7EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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