Html Css Color HEX #ED7BFA Violet

📋 copy color: '#ED7BFA'

red 237 ◦ green 123 ◦ blue 250

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

Shades of Violet #ED7BFA

Tints of Violet #ED7BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.16%

 BLUE value IS 250 (98.05% from 255) = 40.98%

R = 38.85%
G = 20.16%
B = 40.98%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED7BFA (or 0xED7BFA) is known color: Violet. HEX triplet: ED, 7B and FA. RGB value is (237,123,250). Sum of RGB (Red+Green+Blue) = 237+123+250=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 123 (48.44% from 255 or 20.16% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED7BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7BFA is #128405. Grayscale: #ABABAB. Windows color (decimal): -1213446 or 16415725. OLE color: 16415725.

HSL color Cylindrical-coordinate representation of color #ED7BFA: hue angle of 293.86º degrees, saturation: 0.93, 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 #ED7BFA is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 123 250 -
CMYK 0.05 0.51 0 0.02
HSL 293.86º 0.93% 0.73% -
HSV(B) 293.86º 0.51% 0.98% -
XYZ 59.26 39.07 94.86 -
YUV 171.56 172.27 174.67 -
System Red Green Blue C M Y K H S L
Decimal 237 123 250 0.05 0.51 0 0.02 293.86 0.93 0.73
Hex ED 7B FA 5 33 0 2 126 5D 49
Octal 355 173 372 5 63 0 2 446 135 111
Binary 11101101 1111011 11111010 101 110011 0 10 100100110 1011101 1001001

Color Harmonies of #ED7BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7BFA

Black with #ED7BFA

Text Example


Text Example

White with #ED7BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7BFA; }

 p { color: rgb(237,123,250); }

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

background-color css

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

 a { background-color: rgb(237,123,250); }

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

border-color css

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

 span { border-color: rgb(237,123,250); }

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