Html Css Color HEX #EF589A Brilliant Rose

📋 copy color: '#EF589A'

red 239 ◦ green 88 ◦ blue 154

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

Shades of Brilliant Rose #EF589A

Tints of Brilliant Rose #EF589A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.3%

 BLUE value IS 154 (60.55% from 255) = 32.02%

R = 49.69%
G = 18.3%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF589A (or 0xEF589A) is known color: Brilliant Rose. HEX triplet: EF, 58 and 9A. RGB value is (239,88,154). Sum of RGB (Red+Green+Blue) = 239+88+154=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF589A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF589A is #10A765. Grayscale: #8C8C8C. Windows color (decimal): -1091430 or 10115311. OLE color: 10115311.

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

Color convert

RGB 239 88 154 -
CMYK 0 0.63 0.36 0.06
HSL 333.77º 0.83% 0.64% -
HSV(B) 333.77º 0.63% 0.94% -
XYZ 44.92 27.66 33.54 -
YUV 140.67 135.53 198.13 -
System Red Green Blue C M Y K H S L
Decimal 239 88 154 0 0.63 0.36 0.06 333.77 0.83 0.64
Hex EF 58 9A 0 3F 24 6 14E 53 40
Octal 357 130 232 0 77 44 6 516 123 100
Binary 11101111 1011000 10011010 0 111111 100100 110 101001110 1010011 1000000

Color Harmonies of #EF589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF589A

Black with #EF589A

Text Example


Text Example

White with #EF589A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF589A; }

 p { color: rgb(239,88,154); }

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

background-color css

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

 a { background-color: rgb(239,88,154); }

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

border-color css

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

 span { border-color: rgb(239,88,154); }

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