Html Css Color HEX #ED7CEF Violet

📋 copy color: '#ED7CEF'

red 237 ◦ green 124 ◦ blue 239

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

Shades of Violet #ED7CEF

Tints of Violet #ED7CEF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.67%

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

R = 39.5%
G = 20.67%
B = 39.83%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED7CEF (or 0xED7CEF) is known color: Violet. HEX triplet: ED, 7C and EF. RGB value is (237,124,239). Sum of RGB (Red+Green+Blue) = 237+124+239=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 124 (48.83% from 255 or 20.67% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED7CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7CEF is #128310. Grayscale: #AAAAAA. Windows color (decimal): -1213201 or 15695085. OLE color: 15695085.

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

Color convert

RGB 237 124 239 -
CMYK 0.01 0.48 0 0.06
HSL 298.96º 0.78% 0.71% -
HSV(B) 298.96º 0.48% 0.94% -
XYZ 57.71 38.65 86.08 -
YUV 170.9 166.44 175.15 -
System Red Green Blue C M Y K H S L
Decimal 237 124 239 0.01 0.48 0 0.06 298.96 0.78 0.71
Hex ED 7C EF 1 30 0 6 12B 4E 47
Octal 355 174 357 1 60 0 6 453 116 107
Binary 11101101 1111100 11101111 1 110000 0 110 100101011 1001110 1000111

Color Harmonies of #ED7CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7CEF

Black with #ED7CEF

Text Example


Text Example

White with #ED7CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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