Html Css Color HEX #ED7FFE Violet

📋 copy color: '#ED7FFE'

red 237 ◦ green 127 ◦ blue 254

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

Shades of Violet #ED7FFE

Tints of Violet #ED7FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.1%

R = 38.35%
G = 20.55%
B = 41.1%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED7FFE (or 0xED7FFE) is known color: Violet. HEX triplet: ED, 7F and FE. RGB value is (237,127,254). Sum of RGB (Red+Green+Blue) = 237+127+254=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 127 (50% from 255 or 20.55% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED7FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7FFE is #128001. Grayscale: #ADADAD. Windows color (decimal): -1212418 or 16678893. OLE color: 16678893.

HSL color Cylindrical-coordinate representation of color #ED7FFE: hue angle of 291.97º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7FFE is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 127 254 -
CMYK 0.07 0.50 0 0.00
HSL 291.97º 0.98% 0.75% -
HSV(B) 291.97º 0.5% 1% -
XYZ 60.4 40.34 98.37 -
YUV 174.37 172.94 172.67 -
System Red Green Blue C M Y K H S L
Decimal 237 127 254 0.07 0.50 0 0.00 291.97 0.98 0.75
Hex ED 7F FE 7 32 0 0 124 62 4B
Octal 355 177 376 7 62 0 0 444 142 113
Binary 11101101 1111111 11111110 111 110010 0 0 100100100 1100010 1001011

Color Harmonies of #ED7FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FFE

Black with #ED7FFE

Text Example


Text Example

White with #ED7FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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