Html Css Color HEX #EF3E8A Violet Red

📋 copy color: '#EF3E8A'

red 239 ◦ green 62 ◦ blue 138

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

Shades of Violet Red #EF3E8A

Tints of Violet Red #EF3E8A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.12%

 BLUE value IS 138 (54.3% from 255) = 31.44%

R = 54.44%
G = 14.12%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF3E8A (or 0xEF3E8A) is known color: Violet Red. HEX triplet: EF, 3E and 8A. RGB value is (239,62,138). Sum of RGB (Red+Green+Blue) = 239+62+138=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3E8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3E8A is #10C175. Grayscale: #7B7B7B. Windows color (decimal): -1098102 or 9060079. OLE color: 9060079.

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

Color convert

RGB 239 62 138 -
CMYK 0 0.74 0.42 0.06
HSL 334.24º 0.85% 0.59% -
HSV(B) 334.24º 0.74% 0.94% -
XYZ 41.91 23.63 26.4 -
YUV 123.59 136.14 210.32 -
System Red Green Blue C M Y K H S L
Decimal 239 62 138 0 0.74 0.42 0.06 334.24 0.85 0.59
Hex EF 3E 8A 0 4A 2A 6 14E 55 3B
Octal 357 76 212 0 112 52 6 516 125 73
Binary 11101111 111110 10001010 0 1001010 101010 110 101001110 1010101 111011

Color Harmonies of #EF3E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3E8A

Black with #EF3E8A

Text Example


Text Example

White with #EF3E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3E8A; }

 p { color: rgb(239,62,138); }

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

background-color css

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

 a { background-color: rgb(239,62,138); }

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

border-color css

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

 span { border-color: rgb(239,62,138); }

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