Html Css Color HEX #EC7CE5 Violet

📋 copy color: '#EC7CE5'

red 236 ◦ green 124 ◦ blue 229

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

Shades of Violet #EC7CE5

Tints of Violet #EC7CE5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.05%

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

R = 40.07%
G = 21.05%
B = 38.88%

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

#EC7CE5 (or 0xEC7CE5) is known color: Violet. HEX triplet: EC, 7C and E5. RGB value is (236,124,229). Sum of RGB (Red+Green+Blue) = 236+124+229=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 124 (48.83% from 255 or 21.05% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CE5 is #13831A. Grayscale: #A9A9A9. Windows color (decimal): -1278747 or 15039724. OLE color: 15039724.

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

Color convert

RGB 236 124 229 -
CMYK 0 0.47 0.03 0.07
HSL 303.75º 0.75% 0.71% -
HSV(B) 303.75º 0.47% 0.93% -
XYZ 55.94 37.91 78.5 -
YUV 169.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 236 124 229 0 0.47 0.03 0.07 303.75 0.75 0.71
Hex EC 7C E5 0 2F 3 7 130 4B 47
Octal 354 174 345 0 57 3 7 460 113 107
Binary 11101100 1111100 11100101 0 101111 11 111 100110000 1001011 1000111

Color Harmonies of #EC7CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CE5

Black with #EC7CE5

Text Example


Text Example

White with #EC7CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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