Html Css Color HEX #EF48AD Brilliant Rose

📋 copy color: '#EF48AD'

red 239 ◦ green 72 ◦ blue 173

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

Shades of Brilliant Rose #EF48AD

Tints of Brilliant Rose #EF48AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.74%

R = 49.38%
G = 14.88%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF48AD (or 0xEF48AD) is known color: Brilliant Rose. HEX triplet: EF, 48 and AD. RGB value is (239,72,173). Sum of RGB (Red+Green+Blue) = 239+72+173=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF48AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF48AD is #10B752. Grayscale: #858585. Windows color (decimal): -1095507 or 11356399. OLE color: 11356399.

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

Color convert

RGB 239 72 173 -
CMYK 0 0.70 0.28 0.06
HSL 323.71º 0.84% 0.61% -
HSV(B) 323.71º 0.7% 0.94% -
XYZ 45.46 26 42.16 -
YUV 133.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 239 72 173 0 0.70 0.28 0.06 323.71 0.84 0.61
Hex EF 48 AD 0 46 1C 6 144 54 3D
Octal 357 110 255 0 106 34 6 504 124 75
Binary 11101111 1001000 10101101 0 1000110 11100 110 101000100 1010100 111101

Color Harmonies of #EF48AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF48AD

Black with #EF48AD

Text Example


Text Example

White with #EF48AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF48AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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