Html Css Color HEX #EF25C6 Razzle Dazzle Rose

📋 copy color: '#EF25C6'

red 239 ◦ green 37 ◦ blue 198

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

Shades of Razzle Dazzle Rose #EF25C6

Tints of Razzle Dazzle Rose #EF25C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.77%

R = 50.42%
G = 7.81%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF25C6 (or 0xEF25C6) is known color: Razzle Dazzle Rose. HEX triplet: EF, 25 and C6. RGB value is (239,37,198). Sum of RGB (Red+Green+Blue) = 239+37+198=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 37 (14.84% from 255 or 7.81% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF25C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF25C6 is #10DA39. Grayscale: #737373. Windows color (decimal): -1104442 or 12985839. OLE color: 12985839.

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

Color convert

RGB 239 37 198 -
CMYK 0 0.85 0.17 0.06
HSL 312.18º 0.86% 0.54% -
HSV(B) 312.18º 0.85% 0.94% -
XYZ 46.45 23.75 55.56 -
YUV 115.75 174.42 215.91 -
System Red Green Blue C M Y K H S L
Decimal 239 37 198 0 0.85 0.17 0.06 312.18 0.86 0.54
Hex EF 25 C6 0 55 11 6 138 56 36
Octal 357 45 306 0 125 21 6 470 126 66
Binary 11101111 100101 11000110 0 1010101 10001 110 100111000 1010110 110110

Color Harmonies of #EF25C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF25C6

Black with #EF25C6

Text Example


Text Example

White with #EF25C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF25C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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