Html Css Color HEX #EF357F Violet Red

📋 copy color: '#EF357F'

red 239 ◦ green 53 ◦ blue 127

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

Shades of Violet Red #EF357F

Tints of Violet Red #EF357F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.31%

R = 57.04%
G = 12.65%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF357F (or 0xEF357F) is known color: Violet Red. HEX triplet: EF, 35 and 7F. RGB value is (239,53,127). Sum of RGB (Red+Green+Blue) = 239+53+127=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF357F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF357F is #10CA80. Grayscale: #747474. Windows color (decimal): -1100417 or 8336879. OLE color: 8336879.

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

Color convert

RGB 239 53 127 -
CMYK 0 0.78 0.47 0.06
HSL 336.13º 0.85% 0.57% -
HSV(B) 336.13º 0.78% 0.94% -
XYZ 40.7 22.43 22.26 -
YUV 117.05 133.62 214.98 -
System Red Green Blue C M Y K H S L
Decimal 239 53 127 0 0.78 0.47 0.06 336.13 0.85 0.57
Hex EF 35 7F 0 4E 2F 6 150 55 39
Octal 357 65 177 0 116 57 6 520 125 71
Binary 11101111 110101 1111111 0 1001110 101111 110 101010000 1010101 111001

Color Harmonies of #EF357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF357F

Black with #EF357F

Text Example


Text Example

White with #EF357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF357F; }

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

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

background-color css

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

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

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

border-color css

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

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

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