Html Css Color HEX #ED7FEF Violet

📋 copy color: '#ED7FEF'

red 237 ◦ green 127 ◦ blue 239

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

Shades of Violet #ED7FEF

Tints of Violet #ED7FEF

RGB

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

 GREEN value IS 127 (50% from 255) = 21.06%

 BLUE value IS 239 (93.75% from 255) = 39.64%

R = 39.3%
G = 21.06%
B = 39.64%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED7FEF (or 0xED7FEF) is known color: Violet. HEX triplet: ED, 7F and EF. RGB value is (237,127,239). Sum of RGB (Red+Green+Blue) = 237+127+239=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 127 (50% from 255 or 21.06% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED7FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7FEF is #128010. Grayscale: #ACACAC. Windows color (decimal): -1212433 or 15695853. OLE color: 15695853.

HSL color Cylindrical-coordinate representation of color #ED7FEF: hue angle of 298.93º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7FEF is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 127 239 -
CMYK 0.01 0.47 0 0.06
HSL 298.93º 0.78% 0.72% -
HSV(B) 298.93º 0.47% 0.94% -
XYZ 58.09 39.42 86.21 -
YUV 172.66 165.44 173.89 -
System Red Green Blue C M Y K H S L
Decimal 237 127 239 0.01 0.47 0 0.06 298.93 0.78 0.72
Hex ED 7F EF 1 2F 0 6 12B 4E 48
Octal 355 177 357 1 57 0 6 453 116 110
Binary 11101101 1111111 11101111 1 101111 0 110 100101011 1001110 1001000

Color Harmonies of #ED7FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FEF

Black with #ED7FEF

Text Example


Text Example

White with #ED7FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FEF; }

 p { color: rgb(237,127,239); }

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

background-color css

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

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

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

border-color css

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

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

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