Html Css Color HEX #EF28E9 Razzle Dazzle Rose

📋 copy color: '#EF28E9'

red 239 ◦ green 40 ◦ blue 233

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

Shades of Razzle Dazzle Rose #EF28E9

Tints of Razzle Dazzle Rose #EF28E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.51%

R = 46.68%
G = 7.81%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF28E9 (or 0xEF28E9) is known color: Razzle Dazzle Rose. HEX triplet: EF, 28 and E9. RGB value is (239,40,233). Sum of RGB (Red+Green+Blue) = 239+40+233=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 40 (16.02% from 255 or 7.81% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF28E9 is #10D716. Grayscale: #787878. Windows color (decimal): -1103639 or 15280367. OLE color: 15280367.

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

Color convert

RGB 239 40 233 -
CMYK 0 0.83 0.03 0.06
HSL 301.81º 0.86% 0.55% -
HSV(B) 301.81º 0.83% 0.94% -
XYZ 51.06 25.75 79.37 -
YUV 121.5 190.93 211.81 -
System Red Green Blue C M Y K H S L
Decimal 239 40 233 0 0.83 0.03 0.06 301.81 0.86 0.55
Hex EF 28 E9 0 53 3 6 12E 56 37
Octal 357 50 351 0 123 3 6 456 126 67
Binary 11101111 101000 11101001 0 1010011 11 110 100101110 1010110 110111

Color Harmonies of #EF28E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28E9

Black with #EF28E9

Text Example


Text Example

White with #EF28E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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