Html Css Color HEX #ED7AFB Violet

📋 copy color: '#ED7AFB'

red 237 ◦ green 122 ◦ blue 251

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

Shades of Violet #ED7AFB

Tints of Violet #ED7AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20%

 BLUE value IS 251 (98.44% from 255) = 41.15%

R = 38.85%
G = 20%
B = 41.15%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED7AFB (or 0xED7AFB) is known color: Violet. HEX triplet: ED, 7A and FB. RGB value is (237,122,251). Sum of RGB (Red+Green+Blue) = 237+122+251=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 122 (48.05% from 255 or 20% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED7AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7AFB is #128504. Grayscale: #AAAAAA. Windows color (decimal): -1213701 or 16481005. OLE color: 16481005.

HSL color Cylindrical-coordinate representation of color #ED7AFB: hue angle of 293.49º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7AFB is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 122 251 -
CMYK 0.06 0.51 0 0.02
HSL 293.49º 0.94% 0.73% -
HSV(B) 293.49º 0.51% 0.98% -
XYZ 59.3 38.89 95.65 -
YUV 171.09 173.1 175.01 -
System Red Green Blue C M Y K H S L
Decimal 237 122 251 0.06 0.51 0 0.02 293.49 0.94 0.73
Hex ED 7A FB 6 33 0 2 125 5E 49
Octal 355 172 373 6 63 0 2 445 136 111
Binary 11101101 1111010 11111011 110 110011 0 10 100100101 1011110 1001001

Color Harmonies of #ED7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7AFB

Black with #ED7AFB

Text Example


Text Example

White with #ED7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7AFB; }

 p { color: rgb(237,122,251); }

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

background-color css

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

 a { background-color: rgb(237,122,251); }

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

border-color css

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

 span { border-color: rgb(237,122,251); }

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