Html Css Color HEX #EC7EE5 Violet

📋 copy color: '#EC7EE5'

red 236 ◦ green 126 ◦ blue 229

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

Shades of Violet #EC7EE5

Tints of Violet #EC7EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.75%

R = 39.93%
G = 21.32%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC7EE5 (or 0xEC7EE5) is known color: Violet. HEX triplet: EC, 7E and E5. RGB value is (236,126,229). Sum of RGB (Red+Green+Blue) = 236+126+229=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 126 (49.61% from 255 or 21.32% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7EE5 is #13811A. Grayscale: #AAAAAA. Windows color (decimal): -1278235 or 15040236. OLE color: 15040236.

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

Color convert

RGB 236 126 229 -
CMYK 0 0.47 0.03 0.07
HSL 303.82º 0.74% 0.71% -
HSV(B) 303.82º 0.47% 0.93% -
XYZ 56.2 38.41 78.58 -
YUV 170.63 160.94 174.62 -
System Red Green Blue C M Y K H S L
Decimal 236 126 229 0 0.47 0.03 0.07 303.82 0.74 0.71
Hex EC 7E E5 0 2F 3 7 130 4A 47
Octal 354 176 345 0 57 3 7 460 112 107
Binary 11101100 1111110 11100101 0 101111 11 111 100110000 1001010 1000111

Color Harmonies of #EC7EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7EE5

Black with #EC7EE5

Text Example


Text Example

White with #EC7EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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