Html Css Color HEX #EB6CED Violet

📋 copy color: '#EB6CED'

red 235 ◦ green 108 ◦ blue 237

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

Shades of Violet #EB6CED

Tints of Violet #EB6CED

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.62%

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 40.52%
G = 18.62%
B = 40.86%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB6CED (or 0xEB6CED) is known color: Violet. HEX triplet: EB, 6C and ED. RGB value is (235,108,237). Sum of RGB (Red+Green+Blue) = 235+108+237=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 108 (42.58% from 255 or 18.62% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB6CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB6CED is #149312. Grayscale: #A0A0A0. Windows color (decimal): -1348371 or 15559915. OLE color: 15559915.

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

Color convert

RGB 235 108 237 -
CMYK 0.01 0.54 0 0.07
HSL 299.07º 0.78% 0.68% -
HSV(B) 299.07º 0.54% 0.93% -
XYZ 54.91 34.5 83.89 -
YUV 160.68 171.08 181.01 -
System Red Green Blue C M Y K H S L
Decimal 235 108 237 0.01 0.54 0 0.07 299.07 0.78 0.68
Hex EB 6C ED 1 36 0 7 12B 4E 44
Octal 353 154 355 1 66 0 7 453 116 104
Binary 11101011 1101100 11101101 1 110110 0 111 100101011 1001110 1000100

Color Harmonies of #EB6CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6CED

Black with #EB6CED

Text Example


Text Example

White with #EB6CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6CED; }

 p { color: rgb(235,108,237); }

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

background-color css

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

 a { background-color: rgb(235,108,237); }

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

border-color css

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

 span { border-color: rgb(235,108,237); }

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