Html Css Color HEX #EC74E5 Violet

📋 copy color: '#EC74E5'

red 236 ◦ green 116 ◦ blue 229

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

Shades of Violet #EC74E5

Tints of Violet #EC74E5

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.97%

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

R = 40.62%
G = 19.97%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC74E5 (or 0xEC74E5) is known color: Violet. HEX triplet: EC, 74 and E5. RGB value is (236,116,229). Sum of RGB (Red+Green+Blue) = 236+116+229=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74E5 is #138B1A. Grayscale: #A4A4A4. Windows color (decimal): -1280795 or 15037676. OLE color: 15037676.

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

Color convert

RGB 236 116 229 -
CMYK 0 0.51 0.03 0.07
HSL 303.5º 0.76% 0.69% -
HSV(B) 303.5º 0.51% 0.93% -
XYZ 54.98 35.98 78.18 -
YUV 164.76 164.26 178.81 -
System Red Green Blue C M Y K H S L
Decimal 236 116 229 0 0.51 0.03 0.07 303.5 0.76 0.69
Hex EC 74 E5 0 33 3 7 130 4C 45
Octal 354 164 345 0 63 3 7 460 114 105
Binary 11101100 1110100 11100101 0 110011 11 111 100110000 1001100 1000101

Color Harmonies of #EC74E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74E5

Black with #EC74E5

Text Example


Text Example

White with #EC74E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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