Html Css Color HEX #EC78F2 Violet

📋 copy color: '#EC78F2'

red 236 ◦ green 120 ◦ blue 242

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

Shades of Violet #EC78F2

Tints of Violet #EC78F2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.07%

 BLUE value IS 242 (94.92% from 255) = 40.47%

R = 39.46%
G = 20.07%
B = 40.47%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC78F2 (or 0xEC78F2) is known color: Violet. HEX triplet: EC, 78 and F2. RGB value is (236,120,242). Sum of RGB (Red+Green+Blue) = 236+120+242=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 120 (47.27% from 255 or 20.07% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC78F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC78F2 is #13870D. Grayscale: #A8A8A8. Windows color (decimal): -1279758 or 15890668. OLE color: 15890668.

HSL color Cylindrical-coordinate representation of color #EC78F2: hue angle of 297.05º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC78F2 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 120 242 -
CMYK 0.02 0.50 0 0.05
HSL 297.05º 0.82% 0.71% -
HSV(B) 297.05º 0.5% 0.95% -
XYZ 57.34 37.68 88.25 -
YUV 168.59 169.43 176.08 -
System Red Green Blue C M Y K H S L
Decimal 236 120 242 0.02 0.50 0 0.05 297.05 0.82 0.71
Hex EC 78 F2 2 32 0 5 129 52 47
Octal 354 170 362 2 62 0 5 451 122 107
Binary 11101100 1111000 11110010 10 110010 0 101 100101001 1010010 1000111

Color Harmonies of #EC78F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC78F2

Black with #EC78F2

Text Example


Text Example

White with #EC78F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC78F2; }

 p { color: rgb(236,120,242); }

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

background-color css

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

 a { background-color: rgb(236,120,242); }

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

border-color css

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

 span { border-color: rgb(236,120,242); }

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