Html Css Color HEX #EC25C7 Razzle Dazzle Rose

📋 copy color: '#EC25C7'

red 236 ◦ green 37 ◦ blue 199

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

Shades of Razzle Dazzle Rose #EC25C7

Tints of Razzle Dazzle Rose #EC25C7

RGB

 RED value IS 236 (92.58% from 255) = 50%

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

 BLUE value IS 199 (78.13% from 255) = 42.16%

R = 50%
G = 7.84%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC25C7 (or 0xEC25C7) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and C7. RGB value is (236,37,199). Sum of RGB (Red+Green+Blue) = 236+37+199=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25C7 is #13DA38. Grayscale: #727272. Windows color (decimal): -1301049 or 13051372. OLE color: 13051372.

HSL color Cylindrical-coordinate representation of color #EC25C7: hue angle of 311.16º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC25C7 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 37 199 -
CMYK 0 0.84 0.16 0.07
HSL 311.16º 0.84% 0.54% -
HSV(B) 311.16º 0.84% 0.93% -
XYZ 45.56 23.28 56.12 -
YUV 114.97 175.43 214.33 -
System Red Green Blue C M Y K H S L
Decimal 236 37 199 0 0.84 0.16 0.07 311.16 0.84 0.54
Hex EC 25 C7 0 54 10 7 137 54 36
Octal 354 45 307 0 124 20 7 467 124 66
Binary 11101100 100101 11000111 0 1010100 10000 111 100110111 1010100 110110

Color Harmonies of #EC25C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC25C7

Black with #EC25C7

Text Example


Text Example

White with #EC25C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC25C7; }

 p { color: rgb(236,37,199); }

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

background-color css

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

 a { background-color: rgb(236,37,199); }

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

border-color css

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

 span { border-color: rgb(236,37,199); }

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