Html Css Color HEX #EF25C2 Razzle Dazzle Rose

📋 copy color: '#EF25C2'

red 239 ◦ green 37 ◦ blue 194

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

Shades of Razzle Dazzle Rose #EF25C2

Tints of Razzle Dazzle Rose #EF25C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.28%

R = 50.85%
G = 7.87%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF25C2 (or 0xEF25C2) is known color: Razzle Dazzle Rose. HEX triplet: EF, 25 and C2. RGB value is (239,37,194). Sum of RGB (Red+Green+Blue) = 239+37+194=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF25C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF25C2 is #10DA3D. Grayscale: #727272. Windows color (decimal): -1104446 or 12723695. OLE color: 12723695.

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

Color convert

RGB 239 37 194 -
CMYK 0 0.85 0.19 0.06
HSL 313.37º 0.86% 0.54% -
HSV(B) 313.37º 0.85% 0.94% -
XYZ 46 23.57 53.16 -
YUV 115.3 172.42 216.23 -
System Red Green Blue C M Y K H S L
Decimal 239 37 194 0 0.85 0.19 0.06 313.37 0.86 0.54
Hex EF 25 C2 0 55 13 6 139 56 36
Octal 357 45 302 0 125 23 6 471 126 66
Binary 11101111 100101 11000010 0 1010101 10011 110 100111001 1010110 110110

Color Harmonies of #EF25C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF25C2

Black with #EF25C2

Text Example


Text Example

White with #EF25C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF25C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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