Html Css Color HEX #EC25CC Razzle Dazzle Rose

📋 copy color: '#EC25CC'

red 236 ◦ green 37 ◦ blue 204

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

Shades of Razzle Dazzle Rose #EC25CC

Tints of Razzle Dazzle Rose #EC25CC

RGB

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

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

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

R = 49.48%
G = 7.76%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC25CC (or 0xEC25CC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and CC. RGB value is (236,37,204). Sum of RGB (Red+Green+Blue) = 236+37+204=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 37 (14.84% from 255 or 7.76% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25CC is #13DA33. Grayscale: #737373. Windows color (decimal): -1301044 or 13379052. OLE color: 13379052.

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

Color convert

RGB 236 37 204 -
CMYK 0 0.84 0.14 0.07
HSL 309.65º 0.84% 0.54% -
HSV(B) 309.65º 0.84% 0.93% -
XYZ 46.15 23.52 59.23 -
YUV 115.54 177.93 213.92 -
System Red Green Blue C M Y K H S L
Decimal 236 37 204 0 0.84 0.14 0.07 309.65 0.84 0.54
Hex EC 25 CC 0 54 E 7 136 54 36
Octal 354 45 314 0 124 16 7 466 124 66
Binary 11101100 100101 11001100 0 1010100 1110 111 100110110 1010100 110110

Color Harmonies of #EC25CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC25CC

Black with #EC25CC

Text Example


Text Example

White with #EC25CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC25CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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