Html Css Color HEX #EF8CF1 Violet

📋 copy color: '#EF8CF1'

red 239 ◦ green 140 ◦ blue 241

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

Shades of Violet #EF8CF1

Tints of Violet #EF8CF1

RGB

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

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

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

R = 38.55%
G = 22.58%
B = 38.87%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF8CF1 (or 0xEF8CF1) is known color: Violet. HEX triplet: EF, 8C and F1. RGB value is (239,140,241). Sum of RGB (Red+Green+Blue) = 239+140+241=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 140 (55.08% from 255 or 22.58% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF8CF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8CF1 is #10730E. Grayscale: #B4B4B4. Windows color (decimal): -1078031 or 15830255. OLE color: 15830255.

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

Color convert

RGB 239 140 241 -
CMYK 0.01 0.42 0 0.05
HSL 298.81º 0.78% 0.75% -
HSV(B) 298.81º 0.42% 0.95% -
XYZ 60.85 43.46 88.4 -
YUV 181.12 161.8 169.29 -
System Red Green Blue C M Y K H S L
Decimal 239 140 241 0.01 0.42 0 0.05 298.81 0.78 0.75
Hex EF 8C F1 1 2A 0 5 12B 4E 4B
Octal 357 214 361 1 52 0 5 453 116 113
Binary 11101111 10001100 11110001 1 101010 0 101 100101011 1001110 1001011

Color Harmonies of #EF8CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8CF1

Black with #EF8CF1

Text Example


Text Example

White with #EF8CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8CF1; }

 p { color: rgb(239,140,241); }

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

background-color css

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

 a { background-color: rgb(239,140,241); }

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

border-color css

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

 span { border-color: rgb(239,140,241); }

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