Html Css Color HEX #ED70EB Violet

📋 copy color: '#ED70EB'

red 237 ◦ green 112 ◦ blue 235

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

Shades of Violet #ED70EB

Tints of Violet #ED70EB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.18%

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

R = 40.58%
G = 19.18%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED70EB (or 0xED70EB) is known color: Violet. HEX triplet: ED, 70 and EB. RGB value is (237,112,235). Sum of RGB (Red+Green+Blue) = 237+112+235=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED70EB is #128F14. Grayscale: #A3A3A3. Windows color (decimal): -1216277 or 15429869. OLE color: 15429869.

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

Color convert

RGB 237 112 235 -
CMYK 0 0.53 0.01 0.07
HSL 300.96º 0.78% 0.68% -
HSV(B) 300.96º 0.53% 0.93% -
XYZ 55.71 35.59 82.53 -
YUV 163.4 168.41 180.5 -
System Red Green Blue C M Y K H S L
Decimal 237 112 235 0 0.53 0.01 0.07 300.96 0.78 0.68
Hex ED 70 EB 0 35 1 7 12D 4E 44
Octal 355 160 353 0 65 1 7 455 116 104
Binary 11101101 1110000 11101011 0 110101 1 111 100101101 1001110 1000100

Color Harmonies of #ED70EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED70EB

Black with #ED70EB

Text Example


Text Example

White with #ED70EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED70EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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