Html Css Color HEX #EC7FEE Violet

📋 copy color: '#EC7FEE'

red 236 ◦ green 127 ◦ blue 238

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

Shades of Violet #EC7FEE

Tints of Violet #EC7FEE

RGB

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

 GREEN value IS 127 (50% from 255) = 21.13%

 BLUE value IS 238 (93.36% from 255) = 39.6%

R = 39.27%
G = 21.13%
B = 39.6%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC7FEE (or 0xEC7FEE) is known color: Violet. HEX triplet: EC, 7F and EE. RGB value is (236,127,238). Sum of RGB (Red+Green+Blue) = 236+127+238=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC7FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7FEE is #138011. Grayscale: #ABABAB. Windows color (decimal): -1277970 or 15630316. OLE color: 15630316.

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

Color convert

RGB 236 127 238 -
CMYK 0.01 0.47 0 0.07
HSL 298.92º 0.77% 0.72% -
HSV(B) 298.92º 0.47% 0.93% -
XYZ 57.61 39.18 85.42 -
YUV 172.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 236 127 238 0.01 0.47 0 0.07 298.92 0.77 0.72
Hex EC 7F EE 1 2F 0 7 12B 4D 48
Octal 354 177 356 1 57 0 7 453 115 110
Binary 11101100 1111111 11101110 1 101111 0 111 100101011 1001101 1001000

Color Harmonies of #EC7FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FEE

Black with #EC7FEE

Text Example


Text Example

White with #EC7FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FEE; }

 p { color: rgb(236,127,238); }

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

background-color css

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

 a { background-color: rgb(236,127,238); }

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

border-color css

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

 span { border-color: rgb(236,127,238); }

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