Html Css Color HEX #EF25CC Razzle Dazzle Rose

📋 copy color: '#EF25CC'

red 239 ◦ green 37 ◦ blue 204

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

Shades of Razzle Dazzle Rose #EF25CC

Tints of Razzle Dazzle Rose #EF25CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 49.79%
G = 7.71%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF25CC (or 0xEF25CC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 25 and CC. RGB value is (239,37,204). Sum of RGB (Red+Green+Blue) = 239+37+204=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 37 (14.84% from 255 or 7.71% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF25CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF25CC is #10DA33. Grayscale: #737373. Windows color (decimal): -1104436 or 13379055. OLE color: 13379055.

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

Color convert

RGB 239 37 204 -
CMYK 0 0.85 0.15 0.06
HSL 310.4º 0.86% 0.54% -
HSV(B) 310.4º 0.85% 0.94% -
XYZ 47.16 24.03 59.28 -
YUV 116.44 177.42 215.42 -
System Red Green Blue C M Y K H S L
Decimal 239 37 204 0 0.85 0.15 0.06 310.4 0.86 0.54
Hex EF 25 CC 0 55 F 6 136 56 36
Octal 357 45 314 0 125 17 6 466 126 66
Binary 11101111 100101 11001100 0 1010101 1111 110 100110110 1010110 110110

Color Harmonies of #EF25CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF25CC

Black with #EF25CC

Text Example


Text Example

White with #EF25CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF25CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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