Html Css Color HEX #EF32C6 Razzle Dazzle Rose

📋 copy color: '#EF32C6'

red 239 ◦ green 50 ◦ blue 198

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

Shades of Razzle Dazzle Rose #EF32C6

Tints of Razzle Dazzle Rose #EF32C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.66%

R = 49.08%
G = 10.27%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF32C6 (or 0xEF32C6) is known color: Razzle Dazzle Rose. HEX triplet: EF, 32 and C6. RGB value is (239,50,198). Sum of RGB (Red+Green+Blue) = 239+50+198=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 50 (19.92% from 255 or 10.27% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF32C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF32C6 is #10CD39. Grayscale: #7A7A7A. Windows color (decimal): -1101114 or 12989167. OLE color: 12989167.

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

Color convert

RGB 239 50 198 -
CMYK 0 0.79 0.17 0.06
HSL 313.02º 0.86% 0.57% -
HSV(B) 313.02º 0.79% 0.94% -
XYZ 46.93 24.71 55.72 -
YUV 123.38 170.12 210.47 -
System Red Green Blue C M Y K H S L
Decimal 239 50 198 0 0.79 0.17 0.06 313.02 0.86 0.57
Hex EF 32 C6 0 4F 11 6 139 56 39
Octal 357 62 306 0 117 21 6 471 126 71
Binary 11101111 110010 11000110 0 1001111 10001 110 100111001 1010110 111001

Color Harmonies of #EF32C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF32C6

Black with #EF32C6

Text Example


Text Example

White with #EF32C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF32C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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