Html Css Color HEX #EC2DB9 Razzle Dazzle Rose

📋 copy color: '#EC2DB9'

red 236 ◦ green 45 ◦ blue 185

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

Shades of Razzle Dazzle Rose #EC2DB9

Tints of Razzle Dazzle Rose #EC2DB9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.66%

 BLUE value IS 185 (72.66% from 255) = 39.7%

R = 50.64%
G = 9.66%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC2DB9 (or 0xEC2DB9) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2D and B9. RGB value is (236,45,185). Sum of RGB (Red+Green+Blue) = 236+45+185=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2DB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2DB9 is #13D246. Grayscale: #757575. Windows color (decimal): -1299015 or 12135916. OLE color: 12135916.

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

Color convert

RGB 236 45 185 -
CMYK 0 0.81 0.22 0.07
HSL 316.02º 0.83% 0.55% -
HSV(B) 316.02º 0.81% 0.93% -
XYZ 44.29 23.21 48.05 -
YUV 118.07 165.78 212.12 -
System Red Green Blue C M Y K H S L
Decimal 236 45 185 0 0.81 0.22 0.07 316.02 0.83 0.55
Hex EC 2D B9 0 51 16 7 13C 53 37
Octal 354 55 271 0 121 26 7 474 123 67
Binary 11101100 101101 10111001 0 1010001 10110 111 100111100 1010011 110111

Color Harmonies of #EC2DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2DB9

Black with #EC2DB9

Text Example


Text Example

White with #EC2DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2DB9; }

 p { color: rgb(236,45,185); }

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

background-color css

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

 a { background-color: rgb(236,45,185); }

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

border-color css

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

 span { border-color: rgb(236,45,185); }

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