Html Css Color HEX #ED8CF0 Violet

📋 copy color: '#ED8CF0'

red 237 ◦ green 140 ◦ blue 240

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

Shades of Violet #ED8CF0

Tints of Violet #ED8CF0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.69%

 BLUE value IS 240 (94.14% from 255) = 38.9%

R = 38.41%
G = 22.69%
B = 38.9%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED8CF0 (or 0xED8CF0) is known color: Violet. HEX triplet: ED, 8C and F0. RGB value is (237,140,240). Sum of RGB (Red+Green+Blue) = 237+140+240=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 140 (55.08% from 255 or 22.69% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED8CF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CF0 is #12730F. Grayscale: #B4B4B4. Windows color (decimal): -1209104 or 15764717. OLE color: 15764717.

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

Color convert

RGB 237 140 240 -
CMYK 0.01 0.42 0 0.06
HSL 298.2º 0.77% 0.75% -
HSV(B) 298.2º 0.42% 0.94% -
XYZ 60.03 43.05 87.58 -
YUV 180.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 237 140 240 0.01 0.42 0 0.06 298.2 0.77 0.75
Hex ED 8C F0 1 2A 0 6 12A 4D 4B
Octal 355 214 360 1 52 0 6 452 115 113
Binary 11101101 10001100 11110000 1 101010 0 110 100101010 1001101 1001011

Color Harmonies of #ED8CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8CF0

Black with #ED8CF0

Text Example


Text Example

White with #ED8CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8CF0; }

 p { color: rgb(237,140,240); }

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

background-color css

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

 a { background-color: rgb(237,140,240); }

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

border-color css

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

 span { border-color: rgb(237,140,240); }

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