Html Css Color HEX #EC25C6 Razzle Dazzle Rose

📋 copy color: '#EC25C6'

red 236 ◦ green 37 ◦ blue 198

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

Shades of Razzle Dazzle Rose #EC25C6

Tints of Razzle Dazzle Rose #EC25C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.04%

R = 50.11%
G = 7.86%
B = 42.04%

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

#EC25C6 (or 0xEC25C6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and C6. RGB value is (236,37,198). Sum of RGB (Red+Green+Blue) = 236+37+198=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25C6 is #13DA39. Grayscale: #727272. Windows color (decimal): -1301050 or 12985836. OLE color: 12985836.

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

Color convert

RGB 236 37 198 -
CMYK 0 0.84 0.16 0.07
HSL 311.46º 0.84% 0.54% -
HSV(B) 311.46º 0.84% 0.93% -
XYZ 45.45 23.23 55.52 -
YUV 114.86 174.93 214.41 -
System Red Green Blue C M Y K H S L
Decimal 236 37 198 0 0.84 0.16 0.07 311.46 0.84 0.54
Hex EC 25 C6 0 54 10 7 137 54 36
Octal 354 45 306 0 124 20 7 467 124 66
Binary 11101100 100101 11000110 0 1010100 10000 111 100110111 1010100 110110

Color Harmonies of #EC25C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC25C6

Black with #EC25C6

Text Example


Text Example

White with #EC25C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC25C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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