Html Css Color HEX #EC74EB Violet

📋 copy color: '#EC74EB'

red 236 ◦ green 116 ◦ blue 235

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

Shades of Violet #EC74EB

Tints of Violet #EC74EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.03%

R = 40.2%
G = 19.76%
B = 40.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC74EB (or 0xEC74EB) is known color: Violet. HEX triplet: EC, 74 and EB. RGB value is (236,116,235). Sum of RGB (Red+Green+Blue) = 236+116+235=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 116 (45.70% from 255 or 19.76% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC74EB is #138B14. Grayscale: #A5A5A5. Windows color (decimal): -1280789 or 15430892. OLE color: 15430892.

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

Color convert

RGB 236 116 235 -
CMYK 0 0.51 0.00 0.07
HSL 300.5º 0.76% 0.69% -
HSV(B) 300.5º 0.51% 0.93% -
XYZ 55.83 36.32 82.67 -
YUV 165.45 167.26 178.32 -
System Red Green Blue C M Y K H S L
Decimal 236 116 235 0 0.51 0.00 0.07 300.5 0.76 0.69
Hex EC 74 EB 0 33 0 7 12C 4C 45
Octal 354 164 353 0 63 0 7 454 114 105
Binary 11101100 1110100 11101011 0 110011 0 111 100101100 1001100 1000101

Color Harmonies of #EC74EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74EB

Black with #EC74EB

Text Example


Text Example

White with #EC74EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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