Html Css Color HEX #EB6BED Violet

📋 copy color: '#EB6BED'

red 235 ◦ green 107 ◦ blue 237

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

Shades of Violet #EB6BED

Tints of Violet #EB6BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.48%

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

R = 40.59%
G = 18.48%
B = 40.93%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB6BED (or 0xEB6BED) is known color: Violet. HEX triplet: EB, 6B and ED. RGB value is (235,107,237). Sum of RGB (Red+Green+Blue) = 235+107+237=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 107 (42.19% from 255 or 18.48% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB6BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB6BED is #149412. Grayscale: #9F9F9F. Windows color (decimal): -1348627 or 15559659. OLE color: 15559659.

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

Color convert

RGB 235 107 237 -
CMYK 0.01 0.55 0 0.07
HSL 299.08º 0.78% 0.67% -
HSV(B) 299.08º 0.55% 0.93% -
XYZ 54.8 34.29 83.85 -
YUV 160.09 171.41 181.43 -
System Red Green Blue C M Y K H S L
Decimal 235 107 237 0.01 0.55 0 0.07 299.08 0.78 0.67
Hex EB 6B ED 1 37 0 7 12B 4E 43
Octal 353 153 355 1 67 0 7 453 116 103
Binary 11101011 1101011 11101101 1 110111 0 111 100101011 1001110 1000011

Color Harmonies of #EB6BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6BED

Black with #EB6BED

Text Example


Text Example

White with #EB6BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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