Html Css Color HEX #EF489B Violet Red

📋 copy color: '#EF489B'

red 239 ◦ green 72 ◦ blue 155

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

Shades of Violet Red #EF489B

Tints of Violet Red #EF489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.45%

 BLUE value IS 155 (60.94% from 255) = 33.26%

R = 51.29%
G = 15.45%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF489B (or 0xEF489B) is known color: Violet Red. HEX triplet: EF, 48 and 9B. RGB value is (239,72,155). Sum of RGB (Red+Green+Blue) = 239+72+155=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF489B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF489B is #10B764. Grayscale: #838383. Windows color (decimal): -1095525 or 10176751. OLE color: 10176751.

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

Color convert

RGB 239 72 155 -
CMYK 0 0.70 0.35 0.06
HSL 330.18º 0.84% 0.61% -
HSV(B) 330.18º 0.7% 0.94% -
XYZ 43.83 25.35 33.59 -
YUV 131.4 141.33 204.75 -
System Red Green Blue C M Y K H S L
Decimal 239 72 155 0 0.70 0.35 0.06 330.18 0.84 0.61
Hex EF 48 9B 0 46 23 6 14A 54 3D
Octal 357 110 233 0 106 43 6 512 124 75
Binary 11101111 1001000 10011011 0 1000110 100011 110 101001010 1010100 111101

Color Harmonies of #EF489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF489B

Black with #EF489B

Text Example


Text Example

White with #EF489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF489B; }

 p { color: rgb(239,72,155); }

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

background-color css

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

 a { background-color: rgb(239,72,155); }

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

border-color css

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

 span { border-color: rgb(239,72,155); }

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