Html Css Color HEX #EF49A7 Brilliant Rose

📋 copy color: '#EF49A7'

red 239 ◦ green 73 ◦ blue 167

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

Shades of Brilliant Rose #EF49A7

Tints of Brilliant Rose #EF49A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.86%

R = 49.9%
G = 15.24%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF49A7 (or 0xEF49A7) is known color: Brilliant Rose. HEX triplet: EF, 49 and A7. RGB value is (239,73,167). Sum of RGB (Red+Green+Blue) = 239+73+167=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF49A7 is #10B658. Grayscale: #858585. Windows color (decimal): -1095257 or 10963439. OLE color: 10963439.

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

Color convert

RGB 239 73 167 -
CMYK 0 0.69 0.30 0.06
HSL 326.02º 0.84% 0.61% -
HSV(B) 326.02º 0.69% 0.94% -
XYZ 44.95 25.91 39.19 -
YUV 133.35 147 203.36 -
System Red Green Blue C M Y K H S L
Decimal 239 73 167 0 0.69 0.30 0.06 326.02 0.84 0.61
Hex EF 49 A7 0 45 1E 6 146 54 3D
Octal 357 111 247 0 105 36 6 506 124 75
Binary 11101111 1001001 10100111 0 1000101 11110 110 101000110 1010100 111101

Color Harmonies of #EF49A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF49A7

Black with #EF49A7

Text Example


Text Example

White with #EF49A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF49A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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