Html Css Color HEX #EF49C9 Razzle Dazzle Rose

📋 copy color: '#EF49C9'

red 239 ◦ green 73 ◦ blue 201

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

Shades of Razzle Dazzle Rose #EF49C9

Tints of Razzle Dazzle Rose #EF49C9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.23%

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

R = 46.59%
G = 14.23%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF49C9 (or 0xEF49C9) is known color: Razzle Dazzle Rose. HEX triplet: EF, 49 and C9. RGB value is (239,73,201). Sum of RGB (Red+Green+Blue) = 239+73+201=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF49C9 is #10B636. Grayscale: #888888. Windows color (decimal): -1095223 or 13191663. OLE color: 13191663.

HSL color Cylindrical-coordinate representation of color #EF49C9: hue angle of 313.73º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF49C9 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 73 201 -
CMYK 0 0.69 0.16 0.06
HSL 313.73º 0.84% 0.61% -
HSV(B) 313.73º 0.69% 0.94% -
XYZ 48.52 27.33 57.98 -
YUV 137.23 164 200.59 -
System Red Green Blue C M Y K H S L
Decimal 239 73 201 0 0.69 0.16 0.06 313.73 0.84 0.61
Hex EF 49 C9 0 45 10 6 13A 54 3D
Octal 357 111 311 0 105 20 6 472 124 75
Binary 11101111 1001001 11001001 0 1000101 10000 110 100111010 1010100 111101

Color Harmonies of #EF49C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF49C9

Black with #EF49C9

Text Example


Text Example

White with #EF49C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF49C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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