Html Css Color HEX #EF28DA Razzle Dazzle Rose

📋 copy color: '#EF28DA'

red 239 ◦ green 40 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EF28DA

Tints of Razzle Dazzle Rose #EF28DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 48.09%
G = 8.05%
B = 43.86%

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

#EF28DA (or 0xEF28DA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 28 and DA. RGB value is (239,40,218). Sum of RGB (Red+Green+Blue) = 239+40+218=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 40 (16.02% from 255 or 8.05% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF28DA is #10D725. Grayscale: #777777. Windows color (decimal): -1103654 or 14297327. OLE color: 14297327.

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

Color convert

RGB 239 40 218 -
CMYK 0 0.83 0.09 0.06
HSL 306.33º 0.86% 0.55% -
HSV(B) 306.33º 0.83% 0.94% -
XYZ 49.01 24.93 68.56 -
YUV 119.79 183.43 213.03 -
System Red Green Blue C M Y K H S L
Decimal 239 40 218 0 0.83 0.09 0.06 306.33 0.86 0.55
Hex EF 28 DA 0 53 9 6 132 56 37
Octal 357 50 332 0 123 11 6 462 126 67
Binary 11101111 101000 11011010 0 1010011 1001 110 100110010 1010110 110111

Color Harmonies of #EF28DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28DA

Black with #EF28DA

Text Example


Text Example

White with #EF28DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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