Html Css Color HEX #EC2CD5 Razzle Dazzle Rose

📋 copy color: '#EC2CD5'

red 236 ◦ green 44 ◦ blue 213

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

Shades of Razzle Dazzle Rose #EC2CD5

Tints of Razzle Dazzle Rose #EC2CD5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.92%

 BLUE value IS 213 (83.59% from 255) = 43.2%

R = 47.87%
G = 8.92%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC2CD5 (or 0xEC2CD5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2C and D5. RGB value is (236,44,213). Sum of RGB (Red+Green+Blue) = 236+44+213=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 44 (17.58% from 255 or 8.92% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2CD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2CD5 is #13D32A. Grayscale: #787878. Windows color (decimal): -1299243 or 13970668. OLE color: 13970668.

HSL color Cylindrical-coordinate representation of color #EC2CD5: hue angle of 307.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2CD5 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 44 213 -
CMYK 0 0.81 0.10 0.07
HSL 307.19º 0.83% 0.55% -
HSV(B) 307.19º 0.81% 0.93% -
XYZ 47.5 24.44 65.16 -
YUV 120.67 180.11 210.26 -
System Red Green Blue C M Y K H S L
Decimal 236 44 213 0 0.81 0.10 0.07 307.19 0.83 0.55
Hex EC 2C D5 0 51 A 7 133 53 37
Octal 354 54 325 0 121 12 7 463 123 67
Binary 11101100 101100 11010101 0 1010001 1010 111 100110011 1010011 110111

Color Harmonies of #EC2CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2CD5

Black with #EC2CD5

Text Example


Text Example

White with #EC2CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2CD5; }

 p { color: rgb(236,44,213); }

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

background-color css

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

 a { background-color: rgb(236,44,213); }

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

border-color css

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

 span { border-color: rgb(236,44,213); }

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