Html Css Color HEX #EC74E9 Violet

📋 copy color: '#EC74E9'

red 236 ◦ green 116 ◦ blue 233

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

Shades of Violet #EC74E9

Tints of Violet #EC74E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.83%

R = 40.34%
G = 19.83%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC74E9 (or 0xEC74E9) is known color: Violet. HEX triplet: EC, 74 and E9. RGB value is (236,116,233). Sum of RGB (Red+Green+Blue) = 236+116+233=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 116 (45.70% from 255 or 19.83% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC74E9 is #138B16. Grayscale: #A4A4A4. Windows color (decimal): -1280791 or 15299820. OLE color: 15299820.

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

Color convert

RGB 236 116 233 -
CMYK 0 0.51 0.01 0.07
HSL 301.5º 0.76% 0.69% -
HSV(B) 301.5º 0.51% 0.93% -
XYZ 55.55 36.21 81.15 -
YUV 165.22 166.26 178.49 -
System Red Green Blue C M Y K H S L
Decimal 236 116 233 0 0.51 0.01 0.07 301.5 0.76 0.69
Hex EC 74 E9 0 33 1 7 12E 4C 45
Octal 354 164 351 0 63 1 7 456 114 105
Binary 11101100 1110100 11101001 0 110011 1 111 100101110 1001100 1000101

Color Harmonies of #EC74E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74E9

Black with #EC74E9

Text Example


Text Example

White with #EC74E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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