Html Css Color HEX #EC25D4 Razzle Dazzle Rose

📋 copy color: '#EC25D4'

red 236 ◦ green 37 ◦ blue 212

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

Shades of Razzle Dazzle Rose #EC25D4

Tints of Razzle Dazzle Rose #EC25D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.71%

R = 48.66%
G = 7.63%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC25D4 (or 0xEC25D4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and D4. RGB value is (236,37,212). Sum of RGB (Red+Green+Blue) = 236+37+212=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25D4 is #13DA2B. Grayscale: #737373. Windows color (decimal): -1301036 or 13903340. OLE color: 13903340.

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

Color convert

RGB 236 37 212 -
CMYK 0 0.84 0.10 0.07
HSL 307.24º 0.84% 0.54% -
HSV(B) 307.24º 0.84% 0.93% -
XYZ 47.14 23.91 64.42 -
YUV 116.45 181.93 213.27 -
System Red Green Blue C M Y K H S L
Decimal 236 37 212 0 0.84 0.10 0.07 307.24 0.84 0.54
Hex EC 25 D4 0 54 A 7 133 54 36
Octal 354 45 324 0 124 12 7 463 124 66
Binary 11101100 100101 11010100 0 1010100 1010 111 100110011 1010100 110110

Color Harmonies of #EC25D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC25D4

Black with #EC25D4

Text Example


Text Example

White with #EC25D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC25D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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