Html Css Color HEX #EC25C1 Razzle Dazzle Rose

📋 copy color: '#EC25C1'

red 236 ◦ green 37 ◦ blue 193

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

Shades of Razzle Dazzle Rose #EC25C1

Tints of Razzle Dazzle Rose #EC25C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.42%

R = 50.64%
G = 7.94%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC25C1 (or 0xEC25C1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and C1. RGB value is (236,37,193). Sum of RGB (Red+Green+Blue) = 236+37+193=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25C1 is #13DA3E. Grayscale: #717171. Windows color (decimal): -1301055 or 12658156. OLE color: 12658156.

HSL color Cylindrical-coordinate representation of color #EC25C1: hue angle of 312.96º 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 #EC25C1 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 37 193 -
CMYK 0 0.84 0.18 0.07
HSL 312.96º 0.84% 0.54% -
HSV(B) 312.96º 0.84% 0.93% -
XYZ 44.88 23.01 52.53 -
YUV 114.29 172.43 214.82 -
System Red Green Blue C M Y K H S L
Decimal 236 37 193 0 0.84 0.18 0.07 312.96 0.84 0.54
Hex EC 25 C1 0 54 12 7 139 54 36
Octal 354 45 301 0 124 22 7 471 124 66
Binary 11101100 100101 11000001 0 1010100 10010 111 100111001 1010100 110110

Color Harmonies of #EC25C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC25C1

Black with #EC25C1

Text Example


Text Example

White with #EC25C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC25C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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