Html Css Color HEX #EC74E4 Violet

📋 copy color: '#EC74E4'

red 236 ◦ green 116 ◦ blue 228

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

Shades of Violet #EC74E4

Tints of Violet #EC74E4

RGB

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

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

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

R = 40.69%
G = 20%
B = 39.31%

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

#EC74E4 (or 0xEC74E4) is known color: Violet. HEX triplet: EC, 74 and E4. RGB value is (236,116,228). Sum of RGB (Red+Green+Blue) = 236+116+228=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 116 (45.70% from 255 or 20% from 580); Blue value is 228 (89.45% from 255 or 39.31% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74E4 is #138B1B. Grayscale: #A4A4A4. Windows color (decimal): -1280796 or 14972140. OLE color: 14972140.

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

Color convert

RGB 236 116 228 -
CMYK 0 0.51 0.03 0.07
HSL 304º 0.76% 0.69% -
HSV(B) 304º 0.51% 0.93% -
XYZ 54.84 35.93 77.44 -
YUV 164.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 236 116 228 0 0.51 0.03 0.07 304 0.76 0.69
Hex EC 74 E4 0 33 3 7 130 4C 45
Octal 354 164 344 0 63 3 7 460 114 105
Binary 11101100 1110100 11100100 0 110011 11 111 100110000 1001100 1000101

Color Harmonies of #EC74E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74E4

Black with #EC74E4

Text Example


Text Example

White with #EC74E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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