Html Css Color HEX #EF348A Violet Red

📋 copy color: '#EF348A'

red 239 ◦ green 52 ◦ blue 138

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

Shades of Violet Red #EF348A

Tints of Violet Red #EF348A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.12%

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

R = 55.71%
G = 12.12%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF348A (or 0xEF348A) is known color: Violet Red. HEX triplet: EF, 34 and 8A. RGB value is (239,52,138). Sum of RGB (Red+Green+Blue) = 239+52+138=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF348A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF348A is #10CB75. Grayscale: #757575. Windows color (decimal): -1100662 or 9057519. OLE color: 9057519.

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

Color convert

RGB 239 52 138 -
CMYK 0 0.78 0.42 0.06
HSL 332.41º 0.85% 0.57% -
HSV(B) 332.41º 0.78% 0.94% -
XYZ 41.41 22.64 26.23 -
YUV 117.72 139.45 214.51 -
System Red Green Blue C M Y K H S L
Decimal 239 52 138 0 0.78 0.42 0.06 332.41 0.85 0.57
Hex EF 34 8A 0 4E 2A 6 14C 55 39
Octal 357 64 212 0 116 52 6 514 125 71
Binary 11101111 110100 10001010 0 1001110 101010 110 101001100 1010101 111001

Color Harmonies of #EF348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF348A

Black with #EF348A

Text Example


Text Example

White with #EF348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF348A; }

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

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

background-color css

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

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

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

border-color css

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

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

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