Html Css Color HEX #EC7EFC Violet

📋 copy color: '#EC7EFC'

red 236 ◦ green 126 ◦ blue 252

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

Shades of Violet #EC7EFC

Tints of Violet #EC7EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.52%

 BLUE value IS 252 (98.83% from 255) = 41.04%

R = 38.44%
G = 20.52%
B = 41.04%

CMYK

 C value IS 0.06

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC7EFC (or 0xEC7EFC) is known color: Violet. HEX triplet: EC, 7E and FC. RGB value is (236,126,252). Sum of RGB (Red+Green+Blue) = 236+126+252=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 126 (49.61% from 255 or 20.52% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC7EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7EFC is #138103. Grayscale: #ACACAC. Windows color (decimal): -1278212 or 16547564. OLE color: 16547564.

HSL color Cylindrical-coordinate representation of color #EC7EFC: hue angle of 292.38º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7EFC is Cyan = 0.06, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 126 252 -
CMYK 0.06 0.5 0 0.01
HSL 292.38º 0.95% 0.74% -
HSV(B) 292.38º 0.5% 0.99% -
XYZ 59.62 39.78 96.63 -
YUV 173.25 172.44 172.75 -
System Red Green Blue C M Y K H S L
Decimal 236 126 252 0.06 0.5 0 0.01 292.38 0.95 0.74
Hex EC 7E FC 6 32 0 1 124 5F 4A
Octal 354 176 374 6 62 0 1 444 137 112
Binary 11101100 1111110 11111100 110 110010 0 1 100100100 1011111 1001010

Color Harmonies of #EC7EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7EFC

Black with #EC7EFC

Text Example


Text Example

White with #EC7EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7EFC; }

 p { color: rgb(236,126,252); }

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

background-color css

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

 a { background-color: rgb(236,126,252); }

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

border-color css

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

 span { border-color: rgb(236,126,252); }

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