Html Css Color HEX #EF4698 Violet Red

📋 copy color: '#EF4698'

red 239 ◦ green 70 ◦ blue 152

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

Shades of Violet Red #EF4698

Tints of Violet Red #EF4698

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.18%

 BLUE value IS 152 (59.77% from 255) = 32.97%

R = 51.84%
G = 15.18%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF4698 (or 0xEF4698) is known color: Violet Red. HEX triplet: EF, 46 and 98. RGB value is (239,70,152). Sum of RGB (Red+Green+Blue) = 239+70+152=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4698 is #10B967. Grayscale: #818181. Windows color (decimal): -1096040 or 9979631. OLE color: 9979631.

HSL color Cylindrical-coordinate representation of color #EF4698: hue angle of 330.89º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF4698 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 70 152 -
CMYK 0 0.71 0.36 0.06
HSL 330.89º 0.84% 0.61% -
HSV(B) 330.89º 0.71% 0.94% -
XYZ 43.45 25 32.24 -
YUV 129.88 140.49 205.83 -
System Red Green Blue C M Y K H S L
Decimal 239 70 152 0 0.71 0.36 0.06 330.89 0.84 0.61
Hex EF 46 98 0 47 24 6 14B 54 3D
Octal 357 106 230 0 107 44 6 513 124 75
Binary 11101111 1000110 10011000 0 1000111 100100 110 101001011 1010100 111101

Color Harmonies of #EF4698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4698

Black with #EF4698

Text Example


Text Example

White with #EF4698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4698; }

 p { color: rgb(239,70,152); }

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

background-color css

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

 a { background-color: rgb(239,70,152); }

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

border-color css

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

 span { border-color: rgb(239,70,152); }

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