Html Css Color HEX #EF28D4 Razzle Dazzle Rose

📋 copy color: '#EF28D4'

red 239 ◦ green 40 ◦ blue 212

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

Shades of Razzle Dazzle Rose #EF28D4

Tints of Razzle Dazzle Rose #EF28D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.18%

R = 48.68%
G = 8.15%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF28D4 (or 0xEF28D4) is known color: Razzle Dazzle Rose. HEX triplet: EF, 28 and D4. RGB value is (239,40,212). Sum of RGB (Red+Green+Blue) = 239+40+212=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 40 (16.02% from 255 or 8.15% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF28D4 is #10D72B. Grayscale: #767676. Windows color (decimal): -1103660 or 13904111. OLE color: 13904111.

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

Color convert

RGB 239 40 212 -
CMYK 0 0.83 0.11 0.06
HSL 308.14º 0.86% 0.55% -
HSV(B) 308.14º 0.83% 0.94% -
XYZ 48.24 24.62 64.5 -
YUV 119.11 180.43 213.51 -
System Red Green Blue C M Y K H S L
Decimal 239 40 212 0 0.83 0.11 0.06 308.14 0.86 0.55
Hex EF 28 D4 0 53 B 6 134 56 37
Octal 357 50 324 0 123 13 6 464 126 67
Binary 11101111 101000 11010100 0 1010011 1011 110 100110100 1010110 110111

Color Harmonies of #EF28D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28D4

Black with #EF28D4

Text Example


Text Example

White with #EF28D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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