Html Css Color HEX #ED6BEB Violet

📋 copy color: '#ED6BEB'

red 237 ◦ green 107 ◦ blue 235

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

Shades of Violet #ED6BEB

Tints of Violet #ED6BEB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #ED6BEB: hue angle of 300.92º 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 #ED6BEB is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 107 235 -
CMYK 0 0.55 0.01 0.07
HSL 300.92º 0.78% 0.67% -
HSV(B) 300.92º 0.55% 0.93% -
XYZ 55.18 34.52 82.35 -
YUV 160.46 170.07 182.59 -
System Red Green Blue C M Y K H S L
Decimal 237 107 235 0 0.55 0.01 0.07 300.92 0.78 0.67
Hex ED 6B EB 0 37 1 7 12D 4E 43
Octal 355 153 353 0 67 1 7 455 116 103
Binary 11101101 1101011 11101011 0 110111 1 111 100101101 1001110 1000011

Color Harmonies of #ED6BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6BEB

Black with #ED6BEB

Text Example


Text Example

White with #ED6BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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