Html Css Color HEX #ED81FB Violet

📋 copy color: '#ED81FB'

red 237 ◦ green 129 ◦ blue 251

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

Shades of Violet #ED81FB

Tints of Violet #ED81FB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 20.91%

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

R = 38.41%
G = 20.91%
B = 40.68%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED81FB (or 0xED81FB) is known color: Violet. HEX triplet: ED, 81 and FB. RGB value is (237,129,251). Sum of RGB (Red+Green+Blue) = 237+129+251=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 129 (50.78% from 255 or 20.91% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED81FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED81FB is #127E04. Grayscale: #AEAEAE. Windows color (decimal): -1211909 or 16482797. OLE color: 16482797.

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

Color convert

RGB 237 129 251 -
CMYK 0.06 0.49 0 0.02
HSL 293.11º 0.94% 0.75% -
HSV(B) 293.11º 0.49% 0.98% -
XYZ 60.19 40.67 95.94 -
YUV 175.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 237 129 251 0.06 0.49 0 0.02 293.11 0.94 0.75
Hex ED 81 FB 6 31 0 2 125 5E 4B
Octal 355 201 373 6 61 0 2 445 136 113
Binary 11101101 10000001 11111011 110 110001 0 10 100100101 1011110 1001011

Color Harmonies of #ED81FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED81FB

Black with #ED81FB

Text Example


Text Example

White with #ED81FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED81FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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