Html Css Color HEX #EC25C4 Razzle Dazzle Rose

📋 copy color: '#EC25C4'

red 236 ◦ green 37 ◦ blue 196

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

Shades of Razzle Dazzle Rose #EC25C4

Tints of Razzle Dazzle Rose #EC25C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.79%

R = 50.32%
G = 7.89%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC25C4 (or 0xEC25C4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and C4. RGB value is (236,37,196). Sum of RGB (Red+Green+Blue) = 236+37+196=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25C4 is #13DA3B. Grayscale: #727272. Windows color (decimal): -1301052 or 12854764. OLE color: 12854764.

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

Color convert

RGB 236 37 196 -
CMYK 0 0.84 0.17 0.07
HSL 312.06º 0.84% 0.54% -
HSV(B) 312.06º 0.84% 0.93% -
XYZ 45.22 23.14 54.31 -
YUV 114.63 173.93 214.57 -
System Red Green Blue C M Y K H S L
Decimal 236 37 196 0 0.84 0.17 0.07 312.06 0.84 0.54
Hex EC 25 C4 0 54 11 7 138 54 36
Octal 354 45 304 0 124 21 7 470 124 66
Binary 11101100 100101 11000100 0 1010100 10001 111 100111000 1010100 110110

Color Harmonies of #EC25C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC25C4

Black with #EC25C4

Text Example


Text Example

White with #EC25C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC25C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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