Html Css Color HEX #ED7EE7 Violet

📋 copy color: '#ED7EE7'

red 237 ◦ green 126 ◦ blue 231

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

Shades of Violet #ED7EE7

Tints of Violet #ED7EE7

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.21%

 BLUE value IS 231 (90.63% from 255) = 38.89%

R = 39.9%
G = 21.21%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ED7EE7 (or 0xED7EE7) is known color: Violet. HEX triplet: ED, 7E and E7. RGB value is (237,126,231). Sum of RGB (Red+Green+Blue) = 237+126+231=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 126 (49.61% from 255 or 21.21% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7EE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7EE7 is #128118. Grayscale: #AAAAAA. Windows color (decimal): -1212697 or 15171309. OLE color: 15171309.

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

Color convert

RGB 237 126 231 -
CMYK 0 0.47 0.03 0.07
HSL 303.24º 0.76% 0.71% -
HSV(B) 303.24º 0.47% 0.93% -
XYZ 56.81 38.7 80.08 -
YUV 171.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 237 126 231 0 0.47 0.03 0.07 303.24 0.76 0.71
Hex ED 7E E7 0 2F 3 7 12F 4C 47
Octal 355 176 347 0 57 3 7 457 114 107
Binary 11101101 1111110 11100111 0 101111 11 111 100101111 1001100 1000111

Color Harmonies of #ED7EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7EE7

Black with #ED7EE7

Text Example


Text Example

White with #ED7EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7EE7; }

 p { color: rgb(237,126,231); }

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

background-color css

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

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

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

border-color css

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

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

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