Html Css Color HEX #EF25CF Razzle Dazzle Rose

📋 copy color: '#EF25CF'

red 239 ◦ green 37 ◦ blue 207

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

Shades of Razzle Dazzle Rose #EF25CF

Tints of Razzle Dazzle Rose #EF25CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 49.48%
G = 7.66%
B = 42.86%

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

#EF25CF (or 0xEF25CF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 25 and CF. RGB value is (239,37,207). Sum of RGB (Red+Green+Blue) = 239+37+207=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 37 (14.84% from 255 or 7.66% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF25CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF25CF is #10DA30. Grayscale: #747474. Windows color (decimal): -1104433 or 13575663. OLE color: 13575663.

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

Color convert

RGB 239 37 207 -
CMYK 0 0.85 0.13 0.06
HSL 309.5º 0.86% 0.54% -
HSV(B) 309.5º 0.85% 0.94% -
XYZ 47.52 24.18 61.19 -
YUV 116.78 178.92 215.18 -
System Red Green Blue C M Y K H S L
Decimal 239 37 207 0 0.85 0.13 0.06 309.5 0.86 0.54
Hex EF 25 CF 0 55 D 6 136 56 36
Octal 357 45 317 0 125 15 6 466 126 66
Binary 11101111 100101 11001111 0 1010101 1101 110 100110110 1010110 110110

Color Harmonies of #EF25CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF25CF

Black with #EF25CF

Text Example


Text Example

White with #EF25CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF25CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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