Html Css Color HEX #EB71EC Violet

📋 copy color: '#EB71EC'

red 235 ◦ green 113 ◦ blue 236

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

Shades of Violet #EB71EC

Tints of Violet #EB71EC

RGB

 RED value IS 235 (92.19% from 255) = 40.24%

 GREEN value IS 113 (44.53% from 255) = 19.35%

 BLUE value IS 236 (92.58% from 255) = 40.41%

R = 40.24%
G = 19.35%
B = 40.41%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB71EC (or 0xEB71EC) is known color: Violet. HEX triplet: EB, 71 and EC. RGB value is (235,113,236). Sum of RGB (Red+Green+Blue) = 235+113+236=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 113 (44.53% from 255 or 19.35% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB71EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB71EC is #148E13. Grayscale: #A3A3A3. Windows color (decimal): -1347092 or 15495659. OLE color: 15495659.

HSL color Cylindrical-coordinate representation of color #EB71EC: hue angle of 299.51º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB71EC is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 113 236 -
CMYK 0.00 0.52 0 0.07
HSL 299.51º 0.76% 0.68% -
HSV(B) 299.51º 0.52% 0.93% -
XYZ 55.31 35.53 83.3 -
YUV 163.5 168.92 179 -
System Red Green Blue C M Y K H S L
Decimal 235 113 236 0.00 0.52 0 0.07 299.51 0.76 0.68
Hex EB 71 EC 0 34 0 7 12C 4C 44
Octal 353 161 354 0 64 0 7 454 114 104
Binary 11101011 1110001 11101100 0 110100 0 111 100101100 1001100 1000100

Color Harmonies of #EB71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB71EC

Black with #EB71EC

Text Example


Text Example

White with #EB71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB71EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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