Html Css Color HEX #EF32B7 Razzle Dazzle Rose

📋 copy color: '#EF32B7'

red 239 ◦ green 50 ◦ blue 183

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

Shades of Razzle Dazzle Rose #EF32B7

Tints of Razzle Dazzle Rose #EF32B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.77%

R = 50.64%
G = 10.59%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF32B7 (or 0xEF32B7) is known color: Razzle Dazzle Rose. HEX triplet: EF, 32 and B7. RGB value is (239,50,183). Sum of RGB (Red+Green+Blue) = 239+50+183=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF32B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF32B7 is #10CD48. Grayscale: #797979. Windows color (decimal): -1101129 or 12006127. OLE color: 12006127.

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

Color convert

RGB 239 50 183 -
CMYK 0 0.79 0.23 0.06
HSL 317.78º 0.86% 0.57% -
HSV(B) 317.78º 0.79% 0.94% -
XYZ 45.28 24.05 47.06 -
YUV 121.67 162.62 211.69 -
System Red Green Blue C M Y K H S L
Decimal 239 50 183 0 0.79 0.23 0.06 317.78 0.86 0.57
Hex EF 32 B7 0 4F 17 6 13E 56 39
Octal 357 62 267 0 117 27 6 476 126 71
Binary 11101111 110010 10110111 0 1001111 10111 110 100111110 1010110 111001

Color Harmonies of #EF32B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF32B7

Black with #EF32B7

Text Example


Text Example

White with #EF32B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF32B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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