Html Css Color HEX #EC2FD5 Razzle Dazzle Rose

📋 copy color: '#EC2FD5'

red 236 ◦ green 47 ◦ blue 213

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

Shades of Razzle Dazzle Rose #EC2FD5

Tints of Razzle Dazzle Rose #EC2FD5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.48%

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

R = 47.58%
G = 9.48%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC2FD5 (or 0xEC2FD5) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2F and D5. RGB value is (236,47,213). Sum of RGB (Red+Green+Blue) = 236+47+213=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 47 (18.75% from 255 or 9.48% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2FD5 is #13D02A. Grayscale: #797979. Windows color (decimal): -1298475 or 13971436. OLE color: 13971436.

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

Color convert

RGB 236 47 213 -
CMYK 0 0.80 0.10 0.07
HSL 307.3º 0.83% 0.55% -
HSV(B) 307.3º 0.8% 0.93% -
XYZ 47.62 24.67 65.2 -
YUV 122.44 179.12 209 -
System Red Green Blue C M Y K H S L
Decimal 236 47 213 0 0.80 0.10 0.07 307.3 0.83 0.55
Hex EC 2F D5 0 50 A 7 133 53 37
Octal 354 57 325 0 120 12 7 463 123 67
Binary 11101100 101111 11010101 0 1010000 1010 111 100110011 1010011 110111

Color Harmonies of #EC2FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2FD5

Black with #EC2FD5

Text Example


Text Example

White with #EC2FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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