Html Css Color HEX #ED94FB Violet

📋 copy color: '#ED94FB'

red 237 ◦ green 148 ◦ blue 251

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

Shades of Violet #ED94FB

Tints of Violet #ED94FB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.27%

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

R = 37.26%
G = 23.27%
B = 39.47%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED94FB (or 0xED94FB) is known color: Violet. HEX triplet: ED, 94 and FB. RGB value is (237,148,251). Sum of RGB (Red+Green+Blue) = 237+148+251=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 148 (58.20% from 255 or 23.27% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED94FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED94FB is #126B04. Grayscale: #BABABA. Windows color (decimal): -1207045 or 16487661. OLE color: 16487661.

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

Color convert

RGB 237 148 251 -
CMYK 0.06 0.41 0 0.02
HSL 291.84º 0.93% 0.78% -
HSV(B) 291.84º 0.41% 0.98% -
XYZ 62.93 46.15 96.86 -
YUV 186.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 237 148 251 0.06 0.41 0 0.02 291.84 0.93 0.78
Hex ED 94 FB 6 29 0 2 124 5D 4E
Octal 355 224 373 6 51 0 2 444 135 116
Binary 11101101 10010100 11111011 110 101001 0 10 100100100 1011101 1001110

Color Harmonies of #ED94FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED94FB

Black with #ED94FB

Text Example


Text Example

White with #ED94FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED94FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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