Html Css Color HEX #EF358C Violet Red

📋 copy color: '#EF358C'

red 239 ◦ green 53 ◦ blue 140

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

Shades of Violet Red #EF358C

Tints of Violet Red #EF358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.41%

R = 55.32%
G = 12.27%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF358C (or 0xEF358C) is known color: Violet Red. HEX triplet: EF, 35 and 8C. RGB value is (239,53,140). Sum of RGB (Red+Green+Blue) = 239+53+140=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF358C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF358C is #10CA73. Grayscale: #767676. Windows color (decimal): -1100404 or 9188847. OLE color: 9188847.

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

Color convert

RGB 239 53 140 -
CMYK 0 0.78 0.41 0.06
HSL 331.94º 0.85% 0.57% -
HSV(B) 331.94º 0.78% 0.94% -
XYZ 41.6 22.79 27.02 -
YUV 118.53 140.12 213.93 -
System Red Green Blue C M Y K H S L
Decimal 239 53 140 0 0.78 0.41 0.06 331.94 0.85 0.57
Hex EF 35 8C 0 4E 29 6 14C 55 39
Octal 357 65 214 0 116 51 6 514 125 71
Binary 11101111 110101 10001100 0 1001110 101001 110 101001100 1010101 111001

Color Harmonies of #EF358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF358C

Black with #EF358C

Text Example


Text Example

White with #EF358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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