Html Css Color HEX #EF32BE Razzle Dazzle Rose

📋 copy color: '#EF32BE'

red 239 ◦ green 50 ◦ blue 190

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

Shades of Razzle Dazzle Rose #EF32BE

Tints of Razzle Dazzle Rose #EF32BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 49.9%
G = 10.44%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF32BE (or 0xEF32BE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 32 and BE. RGB value is (239,50,190). Sum of RGB (Red+Green+Blue) = 239+50+190=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF32BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF32BE is #10CD41. Grayscale: #7A7A7A. Windows color (decimal): -1101122 or 12464879. OLE color: 12464879.

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

Color convert

RGB 239 50 190 -
CMYK 0 0.79 0.21 0.06
HSL 315.56º 0.86% 0.57% -
HSV(B) 315.56º 0.79% 0.94% -
XYZ 46.03 24.35 50.99 -
YUV 122.47 166.12 211.12 -
System Red Green Blue C M Y K H S L
Decimal 239 50 190 0 0.79 0.21 0.06 315.56 0.86 0.57
Hex EF 32 BE 0 4F 15 6 13C 56 39
Octal 357 62 276 0 117 25 6 474 126 71
Binary 11101111 110010 10111110 0 1001111 10101 110 100111100 1010110 111001

Color Harmonies of #EF32BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF32BE

Black with #EF32BE

Text Example


Text Example

White with #EF32BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF32BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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