Html Css Color HEX #EF6CED Violet

📋 copy color: '#EF6CED'

red 239 ◦ green 108 ◦ blue 237

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

Shades of Violet #EF6CED

Tints of Violet #EF6CED

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #EF6CED: hue angle of 300.92º 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 #EF6CED is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 108 237 -
CMYK 0 0.55 0.01 0.06
HSL 300.92º 0.8% 0.68% -
HSV(B) 300.92º 0.55% 0.94% -
XYZ 56.25 35.19 83.95 -
YUV 161.88 170.4 183.01 -
System Red Green Blue C M Y K H S L
Decimal 239 108 237 0 0.55 0.01 0.06 300.92 0.8 0.68
Hex EF 6C ED 0 37 1 6 12D 50 44
Octal 357 154 355 0 67 1 6 455 120 104
Binary 11101111 1101100 11101101 0 110111 1 110 100101101 1010000 1000100

Color Harmonies of #EF6CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6CED

Black with #EF6CED

Text Example


Text Example

White with #EF6CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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