Html Css Color HEX #ED7EFC Violet

📋 copy color: '#ED7EFC'

red 237 ◦ green 126 ◦ blue 252

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

Shades of Violet #ED7EFC

Tints of Violet #ED7EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.98%

R = 38.54%
G = 20.49%
B = 40.98%

CMYK

 C value IS 0.06

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED7EFC (or 0xED7EFC) is known color: Violet. HEX triplet: ED, 7E and FC. RGB value is (237,126,252). Sum of RGB (Red+Green+Blue) = 237+126+252=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 126 (49.61% from 255 or 20.49% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED7EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7EFC is #128103. Grayscale: #ADADAD. Windows color (decimal): -1212676 or 16547565. OLE color: 16547565.

HSL color Cylindrical-coordinate representation of color #ED7EFC: hue angle of 292.86º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7EFC is Cyan = 0.06, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 126 252 -
CMYK 0.06 0.5 0 0.01
HSL 292.86º 0.95% 0.74% -
HSV(B) 292.86º 0.5% 0.99% -
XYZ 59.96 39.95 96.65 -
YUV 173.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 237 126 252 0.06 0.5 0 0.01 292.86 0.95 0.74
Hex ED 7E FC 6 32 0 1 125 5F 4A
Octal 355 176 374 6 62 0 1 445 137 112
Binary 11101101 1111110 11111100 110 110010 0 1 100100101 1011111 1001010

Color Harmonies of #ED7EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7EFC

Black with #ED7EFC

Text Example


Text Example

White with #ED7EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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