Html Css Color HEX #EF25D4 Razzle Dazzle Rose

📋 copy color: '#EF25D4'

red 239 ◦ green 37 ◦ blue 212

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

Shades of Razzle Dazzle Rose #EF25D4

Tints of Razzle Dazzle Rose #EF25D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.44%

R = 48.98%
G = 7.58%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF25D4 (or 0xEF25D4) is known color: Razzle Dazzle Rose. HEX triplet: EF, 25 and D4. RGB value is (239,37,212). Sum of RGB (Red+Green+Blue) = 239+37+212=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF25D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF25D4 is #10DA2B. Grayscale: #747474. Windows color (decimal): -1104428 or 13903343. OLE color: 13903343.

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

Color convert

RGB 239 37 212 -
CMYK 0 0.85 0.11 0.06
HSL 308.02º 0.86% 0.54% -
HSV(B) 308.02º 0.85% 0.94% -
XYZ 48.14 24.43 64.46 -
YUV 117.35 181.42 214.77 -
System Red Green Blue C M Y K H S L
Decimal 239 37 212 0 0.85 0.11 0.06 308.02 0.86 0.54
Hex EF 25 D4 0 55 B 6 134 56 36
Octal 357 45 324 0 125 13 6 464 126 66
Binary 11101111 100101 11010100 0 1010101 1011 110 100110100 1010110 110110

Color Harmonies of #EF25D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF25D4

Black with #EF25D4

Text Example


Text Example

White with #EF25D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF25D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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