Html Css Color HEX #EF28C9 Razzle Dazzle Rose

📋 copy color: '#EF28C9'

red 239 ◦ green 40 ◦ blue 201

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

Shades of Razzle Dazzle Rose #EF28C9

Tints of Razzle Dazzle Rose #EF28C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.88%

R = 49.79%
G = 8.33%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF28C9 (or 0xEF28C9) is known color: Razzle Dazzle Rose. HEX triplet: EF, 28 and C9. RGB value is (239,40,201). Sum of RGB (Red+Green+Blue) = 239+40+201=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF28C9 is #10D736. Grayscale: #757575. Windows color (decimal): -1103671 or 13183215. OLE color: 13183215.

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

Color convert

RGB 239 40 201 -
CMYK 0 0.83 0.16 0.06
HSL 311.46º 0.86% 0.55% -
HSV(B) 311.46º 0.83% 0.94% -
XYZ 46.9 24.09 57.44 -
YUV 117.86 174.93 214.41 -
System Red Green Blue C M Y K H S L
Decimal 239 40 201 0 0.83 0.16 0.06 311.46 0.86 0.55
Hex EF 28 C9 0 53 10 6 137 56 37
Octal 357 50 311 0 123 20 6 467 126 67
Binary 11101111 101000 11001001 0 1010011 10000 110 100110111 1010110 110111

Color Harmonies of #EF28C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28C9

Black with #EF28C9

Text Example


Text Example

White with #EF28C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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