Html Css Color HEX #EF3D8D Violet Red

📋 copy color: '#EF3D8D'

red 239 ◦ green 61 ◦ blue 141

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

Shades of Violet Red #EF3D8D

Tints of Violet Red #EF3D8D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.83%

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

R = 54.2%
G = 13.83%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF3D8D (or 0xEF3D8D) is known color: Violet Red. HEX triplet: EF, 3D and 8D. RGB value is (239,61,141). Sum of RGB (Red+Green+Blue) = 239+61+141=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3D8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3D8D is #10C272. Grayscale: #7B7B7B. Windows color (decimal): -1098355 or 9256431. OLE color: 9256431.

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

Color convert

RGB 239 61 141 -
CMYK 0 0.74 0.41 0.06
HSL 333.03º 0.85% 0.59% -
HSV(B) 333.03º 0.74% 0.94% -
XYZ 42.07 23.61 27.54 -
YUV 123.34 137.97 210.5 -
System Red Green Blue C M Y K H S L
Decimal 239 61 141 0 0.74 0.41 0.06 333.03 0.85 0.59
Hex EF 3D 8D 0 4A 29 6 14D 55 3B
Octal 357 75 215 0 112 51 6 515 125 73
Binary 11101111 111101 10001101 0 1001010 101001 110 101001101 1010101 111011

Color Harmonies of #EF3D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3D8D

Black with #EF3D8D

Text Example


Text Example

White with #EF3D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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