Html Css Color HEX #EC72EA Violet

📋 copy color: '#EC72EA'

red 236 ◦ green 114 ◦ blue 234

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

Shades of Violet #EC72EA

Tints of Violet #EC72EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.07%

R = 40.41%
G = 19.52%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC72EA (or 0xEC72EA) is known color: Violet. HEX triplet: EC, 72 and EA. RGB value is (236,114,234). Sum of RGB (Red+Green+Blue) = 236+114+234=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 114 (44.92% from 255 or 19.52% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72EA is #138D15. Grayscale: #A3A3A3. Windows color (decimal): -1281302 or 15364844. OLE color: 15364844.

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

Color convert

RGB 236 114 234 -
CMYK 0 0.52 0.01 0.07
HSL 300.98º 0.76% 0.69% -
HSV(B) 300.98º 0.52% 0.93% -
XYZ 55.46 35.81 81.83 -
YUV 164.16 167.42 179.24 -
System Red Green Blue C M Y K H S L
Decimal 236 114 234 0 0.52 0.01 0.07 300.98 0.76 0.69
Hex EC 72 EA 0 34 1 7 12D 4C 45
Octal 354 162 352 0 64 1 7 455 114 105
Binary 11101100 1110010 11101010 0 110100 1 111 100101101 1001100 1000101

Color Harmonies of #EC72EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72EA

Black with #EC72EA

Text Example


Text Example

White with #EC72EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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