Html Css Color HEX #EF3C8D Violet Red

📋 copy color: '#EF3C8D'

red 239 ◦ green 60 ◦ blue 141

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

Shades of Violet Red #EF3C8D

Tints of Violet Red #EF3C8D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.64%

 BLUE value IS 141 (55.47% from 255) = 32.05%

R = 54.32%
G = 13.64%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF3C8D (or 0xEF3C8D) is known color: Violet Red. HEX triplet: EF, 3C and 8D. RGB value is (239,60,141). Sum of RGB (Red+Green+Blue) = 239+60+141=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3C8D is #10C372. Grayscale: #7A7A7A. Windows color (decimal): -1098611 or 9256175. OLE color: 9256175.

HSL color Cylindrical-coordinate representation of color #EF3C8D: hue angle of 332.85º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3C8D is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 60 141 -
CMYK 0 0.75 0.41 0.06
HSL 332.85º 0.85% 0.59% -
HSV(B) 332.85º 0.75% 0.94% -
XYZ 42.02 23.51 27.52 -
YUV 122.76 138.3 210.91 -
System Red Green Blue C M Y K H S L
Decimal 239 60 141 0 0.75 0.41 0.06 332.85 0.85 0.59
Hex EF 3C 8D 0 4B 29 6 14D 55 3B
Octal 357 74 215 0 113 51 6 515 125 73
Binary 11101111 111100 10001101 0 1001011 101001 110 101001101 1010101 111011

Color Harmonies of #EF3C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3C8D

Black with #EF3C8D

Text Example


Text Example

White with #EF3C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3C8D; }

 p { color: rgb(239,60,141); }

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

background-color css

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

 a { background-color: rgb(239,60,141); }

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

border-color css

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

 span { border-color: rgb(239,60,141); }

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