Html Css Color HEX #EF25D1 Razzle Dazzle Rose

📋 copy color: '#EF25D1'

red 239 ◦ green 37 ◦ blue 209

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

Shades of Razzle Dazzle Rose #EF25D1

Tints of Razzle Dazzle Rose #EF25D1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.63%

 BLUE value IS 209 (82.03% from 255) = 43.09%

R = 49.28%
G = 7.63%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF25D1 (or 0xEF25D1) is known color: Razzle Dazzle Rose. HEX triplet: EF, 25 and D1. RGB value is (239,37,209). Sum of RGB (Red+Green+Blue) = 239+37+209=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF25D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF25D1 is #10DA2E. Grayscale: #747474. Windows color (decimal): -1104431 or 13706735. OLE color: 13706735.

HSL color Cylindrical-coordinate representation of color #EF25D1: hue angle of 308.91º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF25D1 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 37 209 -
CMYK 0 0.85 0.13 0.06
HSL 308.91º 0.86% 0.54% -
HSV(B) 308.91º 0.85% 0.94% -
XYZ 47.77 24.28 62.49 -
YUV 117.01 179.92 215.01 -
System Red Green Blue C M Y K H S L
Decimal 239 37 209 0 0.85 0.13 0.06 308.91 0.86 0.54
Hex EF 25 D1 0 55 D 6 135 56 36
Octal 357 45 321 0 125 15 6 465 126 66
Binary 11101111 100101 11010001 0 1010101 1101 110 100110101 1010110 110110

Color Harmonies of #EF25D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF25D1

Black with #EF25D1

Text Example


Text Example

White with #EF25D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF25D1; }

 p { color: rgb(239,37,209); }

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

background-color css

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

 a { background-color: rgb(239,37,209); }

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

border-color css

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

 span { border-color: rgb(239,37,209); }

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