Html Css Color HEX #ED6CF1 Violet

📋 copy color: '#ED6CF1'

red 237 ◦ green 108 ◦ blue 241

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

Shades of Violet #ED6CF1

Tints of Violet #ED6CF1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.43%

 BLUE value IS 241 (94.53% from 255) = 41.13%

R = 40.44%
G = 18.43%
B = 41.13%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED6CF1 (or 0xED6CF1) is known color: Violet. HEX triplet: ED, 6C and F1. RGB value is (237,108,241). Sum of RGB (Red+Green+Blue) = 237+108+241=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 108 (42.58% from 255 or 18.43% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED6CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6CF1 is #12930E. Grayscale: #A1A1A1. Windows color (decimal): -1217295 or 15822061. OLE color: 15822061.

HSL color Cylindrical-coordinate representation of color #ED6CF1: hue angle of 298.2º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6CF1 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 108 241 -
CMYK 0.02 0.55 0 0.05
HSL 298.2º 0.83% 0.68% -
HSV(B) 298.2º 0.55% 0.95% -
XYZ 56.16 35.08 87.03 -
YUV 161.73 172.74 181.69 -
System Red Green Blue C M Y K H S L
Decimal 237 108 241 0.02 0.55 0 0.05 298.2 0.83 0.68
Hex ED 6C F1 2 37 0 5 12A 53 44
Octal 355 154 361 2 67 0 5 452 123 104
Binary 11101101 1101100 11110001 10 110111 0 101 100101010 1010011 1000100

Color Harmonies of #ED6CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6CF1

Black with #ED6CF1

Text Example


Text Example

White with #ED6CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6CF1; }

 p { color: rgb(237,108,241); }

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

background-color css

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

 a { background-color: rgb(237,108,241); }

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

border-color css

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

 span { border-color: rgb(237,108,241); }

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