Html Css Color HEX #ED85FC Violet

📋 copy color: '#ED85FC'

red 237 ◦ green 133 ◦ blue 252

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

Shades of Violet #ED85FC

Tints of Violet #ED85FC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.38%

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

R = 38.1%
G = 21.38%
B = 40.51%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED85FC (or 0xED85FC) is known color: Violet. HEX triplet: ED, 85 and FC. RGB value is (237,133,252). Sum of RGB (Red+Green+Blue) = 237+133+252=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 133 (52.34% from 255 or 21.38% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED85FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED85FC is #127A03. Grayscale: #B1B1B1. Windows color (decimal): -1210884 or 16549357. OLE color: 16549357.

HSL color Cylindrical-coordinate representation of color #ED85FC: hue angle of 292.44º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED85FC is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 133 252 -
CMYK 0.06 0.47 0 0.01
HSL 292.44º 0.95% 0.75% -
HSV(B) 292.44º 0.47% 0.99% -
XYZ 60.88 41.81 96.96 -
YUV 177.66 169.96 170.32 -
System Red Green Blue C M Y K H S L
Decimal 237 133 252 0.06 0.47 0 0.01 292.44 0.95 0.75
Hex ED 85 FC 6 2F 0 1 124 5F 4B
Octal 355 205 374 6 57 0 1 444 137 113
Binary 11101101 10000101 11111100 110 101111 0 1 100100100 1011111 1001011

Color Harmonies of #ED85FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED85FC

Black with #ED85FC

Text Example


Text Example

White with #ED85FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED85FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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