Html Css Color HEX #EF28C3 Razzle Dazzle Rose

📋 copy color: '#EF28C3'

red 239 ◦ green 40 ◦ blue 195

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

Shades of Razzle Dazzle Rose #EF28C3

Tints of Razzle Dazzle Rose #EF28C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.14%

R = 50.42%
G = 8.44%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF28C3 (or 0xEF28C3) is known color: Razzle Dazzle Rose. HEX triplet: EF, 28 and C3. RGB value is (239,40,195). Sum of RGB (Red+Green+Blue) = 239+40+195=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF28C3 is #10D73C. Grayscale: #747474. Windows color (decimal): -1103677 or 12789999. OLE color: 12789999.

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

Color convert

RGB 239 40 195 -
CMYK 0 0.83 0.18 0.06
HSL 313.27º 0.86% 0.55% -
HSV(B) 313.27º 0.83% 0.94% -
XYZ 46.21 23.81 53.79 -
YUV 117.17 171.93 214.9 -
System Red Green Blue C M Y K H S L
Decimal 239 40 195 0 0.83 0.18 0.06 313.27 0.86 0.55
Hex EF 28 C3 0 53 12 6 139 56 37
Octal 357 50 303 0 123 22 6 471 126 67
Binary 11101111 101000 11000011 0 1010011 10010 110 100111001 1010110 110111

Color Harmonies of #EF28C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28C3

Black with #EF28C3

Text Example


Text Example

White with #EF28C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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