Html Css Color HEX #EF28D3 Razzle Dazzle Rose

📋 copy color: '#EF28D3'

red 239 ◦ green 40 ◦ blue 211

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

Shades of Razzle Dazzle Rose #EF28D3

Tints of Razzle Dazzle Rose #EF28D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.06%

R = 48.78%
G = 8.16%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF28D3 (or 0xEF28D3) is known color: Razzle Dazzle Rose. HEX triplet: EF, 28 and D3. RGB value is (239,40,211). Sum of RGB (Red+Green+Blue) = 239+40+211=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 40 (16.02% from 255 or 8.16% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF28D3 is #10D72C. Grayscale: #767676. Windows color (decimal): -1103661 or 13838575. OLE color: 13838575.

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

Color convert

RGB 239 40 211 -
CMYK 0 0.83 0.12 0.06
HSL 308.44º 0.86% 0.55% -
HSV(B) 308.44º 0.83% 0.94% -
XYZ 48.11 24.57 63.83 -
YUV 119 179.93 213.6 -
System Red Green Blue C M Y K H S L
Decimal 239 40 211 0 0.83 0.12 0.06 308.44 0.86 0.55
Hex EF 28 D3 0 53 C 6 134 56 37
Octal 357 50 323 0 123 14 6 464 126 67
Binary 11101111 101000 11010011 0 1010011 1100 110 100110100 1010110 110111

Color Harmonies of #EF28D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28D3

Black with #EF28D3

Text Example


Text Example

White with #EF28D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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