Html Css Color HEX #EF348B Violet Red

📋 copy color: '#EF348B'

red 239 ◦ green 52 ◦ blue 139

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

Shades of Violet Red #EF348B

Tints of Violet Red #EF348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.33%

R = 55.58%
G = 12.09%
B = 32.33%

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

#EF348B (or 0xEF348B) is known color: Violet Red. HEX triplet: EF, 34 and 8B. RGB value is (239,52,139). Sum of RGB (Red+Green+Blue) = 239+52+139=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF348B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF348B is #10CB74. Grayscale: #757575. Windows color (decimal): -1100661 or 9123055. OLE color: 9123055.

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

Color convert

RGB 239 52 139 -
CMYK 0 0.78 0.42 0.06
HSL 332.09º 0.85% 0.57% -
HSV(B) 332.09º 0.78% 0.94% -
XYZ 41.48 22.67 26.62 -
YUV 117.83 139.95 214.43 -
System Red Green Blue C M Y K H S L
Decimal 239 52 139 0 0.78 0.42 0.06 332.09 0.85 0.57
Hex EF 34 8B 0 4E 2A 6 14C 55 39
Octal 357 64 213 0 116 52 6 514 125 71
Binary 11101111 110100 10001011 0 1001110 101010 110 101001100 1010101 111001

Color Harmonies of #EF348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF348B

Black with #EF348B

Text Example


Text Example

White with #EF348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF348B; }

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

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

background-color css

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

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

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

border-color css

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

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

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