Html Css Color HEX #EF358B Violet Red

📋 copy color: '#EF358B'

red 239 ◦ green 53 ◦ blue 139

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

Shades of Violet Red #EF358B

Tints of Violet Red #EF358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.3%

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

R = 55.45%
G = 12.3%
B = 32.25%

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

#EF358B (or 0xEF358B) is known color: Violet Red. HEX triplet: EF, 35 and 8B. RGB value is (239,53,139). Sum of RGB (Red+Green+Blue) = 239+53+139=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF358B is #10CA74. Grayscale: #767676. Windows color (decimal): -1100405 or 9123311. OLE color: 9123311.

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

Color convert

RGB 239 53 139 -
CMYK 0 0.78 0.42 0.06
HSL 332.26º 0.85% 0.57% -
HSV(B) 332.26º 0.78% 0.94% -
XYZ 41.53 22.76 26.63 -
YUV 118.42 139.62 214.01 -
System Red Green Blue C M Y K H S L
Decimal 239 53 139 0 0.78 0.42 0.06 332.26 0.85 0.57
Hex EF 35 8B 0 4E 2A 6 14C 55 39
Octal 357 65 213 0 116 52 6 514 125 71
Binary 11101111 110101 10001011 0 1001110 101010 110 101001100 1010101 111001

Color Harmonies of #EF358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF358B

Black with #EF358B

Text Example


Text Example

White with #EF358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF358B; }

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

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

background-color css

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

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

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

border-color css

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

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

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