Html Css Color HEX #ED6FEE Violet

📋 copy color: '#ED6FEE'

red 237 ◦ green 111 ◦ blue 238

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

Shades of Violet #ED6FEE

Tints of Violet #ED6FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.94%

 BLUE value IS 238 (93.36% from 255) = 40.61%

R = 40.44%
G = 18.94%
B = 40.61%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED6FEE (or 0xED6FEE) is known color: Violet. HEX triplet: ED, 6F and EE. RGB value is (237,111,238). Sum of RGB (Red+Green+Blue) = 237+111+238=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 111 (43.75% from 255 or 18.94% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED6FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6FEE is #129011. Grayscale: #A2A2A2. Windows color (decimal): -1216530 or 15626221. OLE color: 15626221.

HSL color Cylindrical-coordinate representation of color #ED6FEE: hue angle of 299.53º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED6FEE is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 111 238 -
CMYK 0.00 0.53 0 0.07
HSL 299.53º 0.79% 0.68% -
HSV(B) 299.53º 0.53% 0.93% -
XYZ 56.04 35.55 84.8 -
YUV 163.15 170.24 180.67 -
System Red Green Blue C M Y K H S L
Decimal 237 111 238 0.00 0.53 0 0.07 299.53 0.79 0.68
Hex ED 6F EE 0 35 0 7 12C 4F 44
Octal 355 157 356 0 65 0 7 454 117 104
Binary 11101101 1101111 11101110 0 110101 0 111 100101100 1001111 1000100

Color Harmonies of #ED6FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6FEE

Black with #ED6FEE

Text Example


Text Example

White with #ED6FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6FEE; }

 p { color: rgb(237,111,238); }

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

background-color css

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

 a { background-color: rgb(237,111,238); }

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

border-color css

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

 span { border-color: rgb(237,111,238); }

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