Html Css Color HEX #EF28E4 Razzle Dazzle Rose

📋 copy color: '#EF28E4'

red 239 ◦ green 40 ◦ blue 228

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

Shades of Razzle Dazzle Rose #EF28E4

Tints of Razzle Dazzle Rose #EF28E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.97%

R = 47.14%
G = 7.89%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF28E4 (or 0xEF28E4) is known color: Razzle Dazzle Rose. HEX triplet: EF, 28 and E4. RGB value is (239,40,228). Sum of RGB (Red+Green+Blue) = 239+40+228=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 40 (16.02% from 255 or 7.89% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF28E4 is #10D71B. Grayscale: #787878. Windows color (decimal): -1103644 or 14952687. OLE color: 14952687.

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

Color convert

RGB 239 40 228 -
CMYK 0 0.83 0.05 0.06
HSL 303.32º 0.86% 0.55% -
HSV(B) 303.32º 0.83% 0.94% -
XYZ 50.36 25.47 75.66 -
YUV 120.93 188.43 212.21 -
System Red Green Blue C M Y K H S L
Decimal 239 40 228 0 0.83 0.05 0.06 303.32 0.86 0.55
Hex EF 28 E4 0 53 5 6 12F 56 37
Octal 357 50 344 0 123 5 6 457 126 67
Binary 11101111 101000 11100100 0 1010011 101 110 100101111 1010110 110111

Color Harmonies of #EF28E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28E4

Black with #EF28E4

Text Example


Text Example

White with #EF28E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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