Html Css Color HEX #ED7FFC Violet

📋 copy color: '#ED7FFC'

red 237 ◦ green 127 ◦ blue 252

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

Shades of Violet #ED7FFC

Tints of Violet #ED7FFC

RGB

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

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

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

R = 38.47%
G = 20.62%
B = 40.91%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED7FFC (or 0xED7FFC) is known color: Violet. HEX triplet: ED, 7F and FC. RGB value is (237,127,252). Sum of RGB (Red+Green+Blue) = 237+127+252=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 127 (50% from 255 or 20.62% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED7FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7FFC is #128003. Grayscale: #ADADAD. Windows color (decimal): -1212420 or 16547821. OLE color: 16547821.

HSL color Cylindrical-coordinate representation of color #ED7FFC: hue angle of 292.8º 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 #ED7FFC is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 127 252 -
CMYK 0.06 0.50 0 0.01
HSL 292.8º 0.95% 0.74% -
HSV(B) 292.8º 0.5% 0.99% -
XYZ 60.09 40.21 96.69 -
YUV 174.14 171.94 172.84 -
System Red Green Blue C M Y K H S L
Decimal 237 127 252 0.06 0.50 0 0.01 292.8 0.95 0.74
Hex ED 7F FC 6 32 0 1 125 5F 4A
Octal 355 177 374 6 62 0 1 445 137 112
Binary 11101101 1111111 11111100 110 110010 0 1 100100101 1011111 1001010

Color Harmonies of #ED7FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FFC

Black with #ED7FFC

Text Example


Text Example

White with #ED7FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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