Html Css Color HEX #EF48BA Razzle Dazzle Rose

📋 copy color: '#EF48BA'

red 239 ◦ green 72 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EF48BA

Tints of Razzle Dazzle Rose #EF48BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 48.09%
G = 14.49%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF48BA (or 0xEF48BA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 48 and BA. RGB value is (239,72,186). Sum of RGB (Red+Green+Blue) = 239+72+186=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF48BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF48BA is #10B745. Grayscale: #868686. Windows color (decimal): -1095494 or 12208367. OLE color: 12208367.

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

Color convert

RGB 239 72 186 -
CMYK 0 0.70 0.22 0.06
HSL 319.04º 0.84% 0.61% -
HSV(B) 319.04º 0.7% 0.94% -
XYZ 46.78 26.53 49.11 -
YUV 134.93 156.83 202.23 -
System Red Green Blue C M Y K H S L
Decimal 239 72 186 0 0.70 0.22 0.06 319.04 0.84 0.61
Hex EF 48 BA 0 46 16 6 13F 54 3D
Octal 357 110 272 0 106 26 6 477 124 75
Binary 11101111 1001000 10111010 0 1000110 10110 110 100111111 1010100 111101

Color Harmonies of #EF48BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF48BA

Black with #EF48BA

Text Example


Text Example

White with #EF48BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF48BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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