Html Css Color HEX #EF32BA Razzle Dazzle Rose

📋 copy color: '#EF32BA'

red 239 ◦ green 50 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EF32BA

Tints of Razzle Dazzle Rose #EF32BA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.53%

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

R = 50.32%
G = 10.53%
B = 39.16%

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

#EF32BA (or 0xEF32BA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 32 and BA. RGB value is (239,50,186). Sum of RGB (Red+Green+Blue) = 239+50+186=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF32BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF32BA is #10CD45. Grayscale: #797979. Windows color (decimal): -1101126 or 12202735. OLE color: 12202735.

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

Color convert

RGB 239 50 186 -
CMYK 0 0.79 0.22 0.06
HSL 316.83º 0.86% 0.57% -
HSV(B) 316.83º 0.79% 0.94% -
XYZ 45.6 24.18 48.72 -
YUV 122.02 164.12 211.44 -
System Red Green Blue C M Y K H S L
Decimal 239 50 186 0 0.79 0.22 0.06 316.83 0.86 0.57
Hex EF 32 BA 0 4F 16 6 13D 56 39
Octal 357 62 272 0 117 26 6 475 126 71
Binary 11101111 110010 10111010 0 1001111 10110 110 100111101 1010110 111001

Color Harmonies of #EF32BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF32BA

Black with #EF32BA

Text Example


Text Example

White with #EF32BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF32BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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