Html Css Color HEX #EF32F6 Razzle Dazzle Rose

📋 copy color: '#EF32F6'

red 239 ◦ green 50 ◦ blue 246

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

Shades of Razzle Dazzle Rose #EF32F6

Tints of Razzle Dazzle Rose #EF32F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.98%

R = 44.67%
G = 9.35%
B = 45.98%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF32F6 (or 0xEF32F6) is known color: Razzle Dazzle Rose. HEX triplet: EF, 32 and F6. RGB value is (239,50,246). Sum of RGB (Red+Green+Blue) = 239+50+246=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 50 (19.92% from 255 or 9.35% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF32F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF32F6 is #10CD09. Grayscale: #808080. Windows color (decimal): -1101066 or 16134895. OLE color: 16134895.

HSL color Cylindrical-coordinate representation of color #EF32F6: hue angle of 297.86º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF32F6 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 50 246 -
CMYK 0.03 0.80 0 0.04
HSL 297.86º 0.92% 0.58% -
HSV(B) 297.86º 0.8% 0.96% -
XYZ 53.37 27.29 89.64 -
YUV 128.86 194.12 206.56 -
System Red Green Blue C M Y K H S L
Decimal 239 50 246 0.03 0.80 0 0.04 297.86 0.92 0.58
Hex EF 32 F6 3 50 0 4 12A 5C 3A
Octal 357 62 366 3 120 0 4 452 134 72
Binary 11101111 110010 11110110 11 1010000 0 100 100101010 1011100 111010

Color Harmonies of #EF32F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF32F6

Black with #EF32F6

Text Example


Text Example

White with #EF32F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF32F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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