Html Css Color HEX #EF31BA Razzle Dazzle Rose

📋 copy color: '#EF31BA'

red 239 ◦ green 49 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EF31BA

Tints of Razzle Dazzle Rose #EF31BA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.34%

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

R = 50.42%
G = 10.34%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF31BA (or 0xEF31BA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 31 and BA. RGB value is (239,49,186). Sum of RGB (Red+Green+Blue) = 239+49+186=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF31BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF31BA is #10CE45. Grayscale: #797979. Windows color (decimal): -1101382 or 12202479. OLE color: 12202479.

HSL color Cylindrical-coordinate representation of color #EF31BA: hue angle of 316.74º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF31BA is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 49 186 -
CMYK 0 0.79 0.22 0.06
HSL 316.74º 0.86% 0.56% -
HSV(B) 316.74º 0.79% 0.94% -
XYZ 45.56 24.09 48.7 -
YUV 121.43 164.45 211.86 -
System Red Green Blue C M Y K H S L
Decimal 239 49 186 0 0.79 0.22 0.06 316.74 0.86 0.56
Hex EF 31 BA 0 4F 16 6 13D 56 38
Octal 357 61 272 0 117 26 6 475 126 70
Binary 11101111 110001 10111010 0 1001111 10110 110 100111101 1010110 111000

Color Harmonies of #EF31BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF31BA

Black with #EF31BA

Text Example


Text Example

White with #EF31BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF31BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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