Html Css Color HEX #EF49B7 Brilliant Rose

📋 copy color: '#EF49B7'

red 239 ◦ green 73 ◦ blue 183

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

Shades of Brilliant Rose #EF49B7

Tints of Brilliant Rose #EF49B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.97%

R = 48.28%
G = 14.75%
B = 36.97%

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

#EF49B7 (or 0xEF49B7) is known color: Brilliant Rose. HEX triplet: EF, 49 and B7. RGB value is (239,73,183). Sum of RGB (Red+Green+Blue) = 239+73+183=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF49B7 is #10B648. Grayscale: #868686. Windows color (decimal): -1095241 or 12012015. OLE color: 12012015.

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

Color convert

RGB 239 73 183 -
CMYK 0 0.69 0.23 0.06
HSL 320.24º 0.84% 0.61% -
HSV(B) 320.24º 0.69% 0.94% -
XYZ 46.53 26.53 47.47 -
YUV 135.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 239 73 183 0 0.69 0.23 0.06 320.24 0.84 0.61
Hex EF 49 B7 0 45 17 6 140 54 3D
Octal 357 111 267 0 105 27 6 500 124 75
Binary 11101111 1001001 10110111 0 1000101 10111 110 101000000 1010100 111101

Color Harmonies of #EF49B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF49B7

Black with #EF49B7

Text Example


Text Example

White with #EF49B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF49B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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