Html Css Color HEX #EF49B8 Brilliant Rose

📋 copy color: '#EF49B8'

red 239 ◦ green 73 ◦ blue 184

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

Shades of Brilliant Rose #EF49B8

Tints of Brilliant Rose #EF49B8

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.72%

 BLUE value IS 184 (72.27% from 255) = 37.1%

R = 48.19%
G = 14.72%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF49B8 (or 0xEF49B8) is known color: Brilliant Rose. HEX triplet: EF, 49 and B8. RGB value is (239,73,184). Sum of RGB (Red+Green+Blue) = 239+73+184=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 73 (28.91% from 255 or 14.72% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF49B8 is #10B647. Grayscale: #878787. Windows color (decimal): -1095240 or 12077551. OLE color: 12077551.

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

Color convert

RGB 239 73 184 -
CMYK 0 0.69 0.23 0.06
HSL 319.88º 0.84% 0.61% -
HSV(B) 319.88º 0.69% 0.94% -
XYZ 46.63 26.58 48.02 -
YUV 135.29 155.5 201.97 -
System Red Green Blue C M Y K H S L
Decimal 239 73 184 0 0.69 0.23 0.06 319.88 0.84 0.61
Hex EF 49 B8 0 45 17 6 140 54 3D
Octal 357 111 270 0 105 27 6 500 124 75
Binary 11101111 1001001 10111000 0 1000101 10111 110 101000000 1010100 111101

Color Harmonies of #EF49B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF49B8

Black with #EF49B8

Text Example


Text Example

White with #EF49B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF49B8; }

 p { color: rgb(239,73,184); }

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

background-color css

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

 a { background-color: rgb(239,73,184); }

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

border-color css

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

 span { border-color: rgb(239,73,184); }

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