Html Css Color HEX #EF28D9 Razzle Dazzle Rose

📋 copy color: '#EF28D9'

red 239 ◦ green 40 ◦ blue 217

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

Shades of Razzle Dazzle Rose #EF28D9

Tints of Razzle Dazzle Rose #EF28D9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.06%

 BLUE value IS 217 (85.16% from 255) = 43.75%

R = 48.19%
G = 8.06%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF28D9 (or 0xEF28D9) is known color: Razzle Dazzle Rose. HEX triplet: EF, 28 and D9. RGB value is (239,40,217). Sum of RGB (Red+Green+Blue) = 239+40+217=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 40 (16.02% from 255 or 8.06% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF28D9 is #10D726. Grayscale: #777777. Windows color (decimal): -1103655 or 14231791. OLE color: 14231791.

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

Color convert

RGB 239 40 217 -
CMYK 0 0.83 0.09 0.06
HSL 306.63º 0.86% 0.55% -
HSV(B) 306.63º 0.83% 0.94% -
XYZ 48.88 24.88 67.87 -
YUV 119.68 182.93 213.11 -
System Red Green Blue C M Y K H S L
Decimal 239 40 217 0 0.83 0.09 0.06 306.63 0.86 0.55
Hex EF 28 D9 0 53 9 6 133 56 37
Octal 357 50 331 0 123 11 6 463 126 67
Binary 11101111 101000 11011001 0 1010011 1001 110 100110011 1010110 110111

Color Harmonies of #EF28D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28D9

Black with #EF28D9

Text Example


Text Example

White with #EF28D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28D9; }

 p { color: rgb(239,40,217); }

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

background-color css

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

 a { background-color: rgb(239,40,217); }

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

border-color css

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

 span { border-color: rgb(239,40,217); }

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