Html Css Color HEX #EF47BA Razzle Dazzle Rose

📋 copy color: '#EF47BA'

red 239 ◦ green 71 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EF47BA

Tints of Razzle Dazzle Rose #EF47BA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.31%

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

R = 48.19%
G = 14.31%
B = 37.5%

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

#EF47BA (or 0xEF47BA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 47 and BA. RGB value is (239,71,186). Sum of RGB (Red+Green+Blue) = 239+71+186=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF47BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF47BA is #10B845. Grayscale: #868686. Windows color (decimal): -1095750 or 12208111. OLE color: 12208111.

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

Color convert

RGB 239 71 186 -
CMYK 0 0.70 0.22 0.06
HSL 318.93º 0.84% 0.61% -
HSV(B) 318.93º 0.7% 0.94% -
XYZ 46.71 26.4 49.09 -
YUV 134.34 157.16 202.65 -
System Red Green Blue C M Y K H S L
Decimal 239 71 186 0 0.70 0.22 0.06 318.93 0.84 0.61
Hex EF 47 BA 0 46 16 6 13F 54 3D
Octal 357 107 272 0 106 26 6 477 124 75
Binary 11101111 1000111 10111010 0 1000110 10110 110 100111111 1010100 111101

Color Harmonies of #EF47BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF47BA

Black with #EF47BA

Text Example


Text Example

White with #EF47BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF47BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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