Html Css Color HEX #EC25DD Razzle Dazzle Rose

📋 copy color: '#EC25DD'

red 236 ◦ green 37 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EC25DD

Tints of Razzle Dazzle Rose #EC25DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 47.77%
G = 7.49%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC25DD (or 0xEC25DD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and DD. RGB value is (236,37,221). Sum of RGB (Red+Green+Blue) = 236+37+221=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 37 (14.84% from 255 or 7.49% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25DD is #13DA22. Grayscale: #747474. Windows color (decimal): -1301027 or 14493164. OLE color: 14493164.

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

Color convert

RGB 236 37 221 -
CMYK 0 0.84 0.06 0.07
HSL 304.52º 0.84% 0.54% -
HSV(B) 304.52º 0.84% 0.93% -
XYZ 48.3 24.38 70.57 -
YUV 117.48 186.43 212.54 -
System Red Green Blue C M Y K H S L
Decimal 236 37 221 0 0.84 0.06 0.07 304.52 0.84 0.54
Hex EC 25 DD 0 54 6 7 131 54 36
Octal 354 45 335 0 124 6 7 461 124 66
Binary 11101100 100101 11011101 0 1010100 110 111 100110001 1010100 110110

Color Harmonies of #EC25DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC25DD

Black with #EC25DD

Text Example


Text Example

White with #EC25DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC25DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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