Html Css Color HEX #EF489E Brilliant Rose

📋 copy color: '#EF489E'

red 239 ◦ green 72 ◦ blue 158

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

Shades of Brilliant Rose #EF489E

Tints of Brilliant Rose #EF489E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.69%

R = 50.96%
G = 15.35%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF489E (or 0xEF489E) is known color: Brilliant Rose. HEX triplet: EF, 48 and 9E. RGB value is (239,72,158). Sum of RGB (Red+Green+Blue) = 239+72+158=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF489E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF489E is #10B761. Grayscale: #838383. Windows color (decimal): -1095522 or 10373359. OLE color: 10373359.

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

Color convert

RGB 239 72 158 -
CMYK 0 0.70 0.34 0.06
HSL 329.1º 0.84% 0.61% -
HSV(B) 329.1º 0.7% 0.94% -
XYZ 44.09 25.45 34.94 -
YUV 131.74 142.83 204.51 -
System Red Green Blue C M Y K H S L
Decimal 239 72 158 0 0.70 0.34 0.06 329.1 0.84 0.61
Hex EF 48 9E 0 46 22 6 149 54 3D
Octal 357 110 236 0 106 42 6 511 124 75
Binary 11101111 1001000 10011110 0 1000110 100010 110 101001001 1010100 111101

Color Harmonies of #EF489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF489E

Black with #EF489E

Text Example


Text Example

White with #EF489E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF489E; }

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

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

background-color css

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

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

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

border-color css

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

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

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