Html Css Color HEX #EC7EEF Violet

📋 copy color: '#EC7EEF'

red 236 ◦ green 126 ◦ blue 239

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

Shades of Violet #EC7EEF

Tints of Violet #EC7EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.77%

R = 39.27%
G = 20.97%
B = 39.77%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EC7EEF (or 0xEC7EEF) is known color: Violet. HEX triplet: EC, 7E and EF. RGB value is (236,126,239). Sum of RGB (Red+Green+Blue) = 236+126+239=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 126 (49.61% from 255 or 20.97% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC7EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7EEF is #138110. Grayscale: #ABABAB. Windows color (decimal): -1278225 or 15695596. OLE color: 15695596.

HSL color Cylindrical-coordinate representation of color #EC7EEF: hue angle of 298.41º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7EEF is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 126 239 -
CMYK 0.01 0.47 0 0.06
HSL 298.41º 0.78% 0.72% -
HSV(B) 298.41º 0.47% 0.94% -
XYZ 57.63 38.99 86.15 -
YUV 171.77 165.94 173.81 -
System Red Green Blue C M Y K H S L
Decimal 236 126 239 0.01 0.47 0 0.06 298.41 0.78 0.72
Hex EC 7E EF 1 2F 0 6 12A 4E 48
Octal 354 176 357 1 57 0 6 452 116 110
Binary 11101100 1111110 11101111 1 101111 0 110 100101010 1001110 1001000

Color Harmonies of #EC7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7EEF

Black with #EC7EEF

Text Example


Text Example

White with #EC7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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