Html Css Color HEX #ED6CEF Violet

📋 copy color: '#ED6CEF'

red 237 ◦ green 108 ◦ blue 239

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

Shades of Violet #ED6CEF

Tints of Violet #ED6CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.92%

R = 40.58%
G = 18.49%
B = 40.92%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED6CEF (or 0xED6CEF) is known color: Violet. HEX triplet: ED, 6C and EF. RGB value is (237,108,239). Sum of RGB (Red+Green+Blue) = 237+108+239=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 108 (42.58% from 255 or 18.49% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED6CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6CEF is #129310. Grayscale: #A1A1A1. Windows color (decimal): -1217297 or 15690989. OLE color: 15690989.

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

Color convert

RGB 237 108 239 -
CMYK 0.01 0.55 0 0.06
HSL 299.08º 0.8% 0.68% -
HSV(B) 299.08º 0.55% 0.94% -
XYZ 55.87 34.96 85.47 -
YUV 161.51 171.74 181.85 -
System Red Green Blue C M Y K H S L
Decimal 237 108 239 0.01 0.55 0 0.06 299.08 0.8 0.68
Hex ED 6C EF 1 37 0 6 12B 50 44
Octal 355 154 357 1 67 0 6 453 120 104
Binary 11101101 1101100 11101111 1 110111 0 110 100101011 1010000 1000100

Color Harmonies of #ED6CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6CEF

Black with #ED6CEF

Text Example


Text Example

White with #ED6CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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