Html Css Color HEX #ED7BED Violet

📋 copy color: '#ED7BED'

red 237 ◦ green 123 ◦ blue 237

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

Shades of Violet #ED7BED

Tints of Violet #ED7BED

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.6%

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

R = 39.7%
G = 20.6%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED7BED (or 0xED7BED) is known color: Violet. HEX triplet: ED, 7B and ED. RGB value is (237,123,237). Sum of RGB (Red+Green+Blue) = 237+123+237=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 123 (48.44% from 255 or 20.60% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED7BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7BED is #128412. Grayscale: #A9A9A9. Windows color (decimal): -1213459 or 15563757. OLE color: 15563757.

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

Color convert

RGB 237 123 237 -
CMYK 0 0.48 0 0.07
HSL 300º 0.76% 0.71% -
HSV(B) 300º 0.48% 0.93% -
XYZ 57.29 38.28 84.49 -
YUV 170.08 165.77 175.73 -
System Red Green Blue C M Y K H S L
Decimal 237 123 237 0 0.48 0 0.07 300 0.76 0.71
Hex ED 7B ED 0 30 0 7 12C 4C 47
Octal 355 173 355 0 60 0 7 454 114 107
Binary 11101101 1111011 11101101 0 110000 0 111 100101100 1001100 1000111

Color Harmonies of #ED7BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7BED

Black with #ED7BED

Text Example


Text Example

White with #ED7BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7BED; }

 p { color: rgb(237,123,237); }

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

background-color css

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

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

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

border-color css

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

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

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