Html Css Color HEX #EC72E4 Violet

📋 copy color: '#EC72E4'

red 236 ◦ green 114 ◦ blue 228

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

Shades of Violet #EC72E4

Tints of Violet #EC72E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.45%

R = 40.83%
G = 19.72%
B = 39.45%

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

#EC72E4 (or 0xEC72E4) is known color: Violet. HEX triplet: EC, 72 and E4. RGB value is (236,114,228). Sum of RGB (Red+Green+Blue) = 236+114+228=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 228 (89.45% from 255 or 39.45% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72E4 is #138D1B. Grayscale: #A3A3A3. Windows color (decimal): -1281308 or 14971628. OLE color: 14971628.

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

Color convert

RGB 236 114 228 -
CMYK 0 0.52 0.03 0.07
HSL 303.93º 0.76% 0.69% -
HSV(B) 303.93º 0.52% 0.93% -
XYZ 54.61 35.47 77.37 -
YUV 163.47 164.42 179.73 -
System Red Green Blue C M Y K H S L
Decimal 236 114 228 0 0.52 0.03 0.07 303.93 0.76 0.69
Hex EC 72 E4 0 34 3 7 130 4C 45
Octal 354 162 344 0 64 3 7 460 114 105
Binary 11101100 1110010 11100100 0 110100 11 111 100110000 1001100 1000101

Color Harmonies of #EC72E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72E4

Black with #EC72E4

Text Example


Text Example

White with #EC72E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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