Html Css Color HEX #EC72E5 Violet

📋 copy color: '#EC72E5'

red 236 ◦ green 114 ◦ blue 229

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

Shades of Violet #EC72E5

Tints of Violet #EC72E5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.69%

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

R = 40.76%
G = 19.69%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC72E5 (or 0xEC72E5) is known color: Violet. HEX triplet: EC, 72 and E5. RGB value is (236,114,229). Sum of RGB (Red+Green+Blue) = 236+114+229=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 114 (44.92% from 255 or 19.69% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72E5 is #138D1A. Grayscale: #A3A3A3. Windows color (decimal): -1281307 or 15037164. OLE color: 15037164.

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

Color convert

RGB 236 114 229 -
CMYK 0 0.52 0.03 0.07
HSL 303.44º 0.76% 0.69% -
HSV(B) 303.44º 0.52% 0.93% -
XYZ 54.75 35.52 78.1 -
YUV 163.59 164.92 179.65 -
System Red Green Blue C M Y K H S L
Decimal 236 114 229 0 0.52 0.03 0.07 303.44 0.76 0.69
Hex EC 72 E5 0 34 3 7 12F 4C 45
Octal 354 162 345 0 64 3 7 457 114 105
Binary 11101100 1110010 11100101 0 110100 11 111 100101111 1001100 1000101

Color Harmonies of #EC72E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72E5

Black with #EC72E5

Text Example


Text Example

White with #EC72E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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