Html Css Color HEX #EC2FB9 Razzle Dazzle Rose

📋 copy color: '#EC2FB9'

red 236 ◦ green 47 ◦ blue 185

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

Shades of Razzle Dazzle Rose #EC2FB9

Tints of Razzle Dazzle Rose #EC2FB9

RGB

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

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

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

R = 50.43%
G = 10.04%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC2FB9 (or 0xEC2FB9) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2F and B9. RGB value is (236,47,185). Sum of RGB (Red+Green+Blue) = 236+47+185=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2FB9 is #13D046. Grayscale: #767676. Windows color (decimal): -1298503 or 12136428. OLE color: 12136428.

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

Color convert

RGB 236 47 185 -
CMYK 0 0.80 0.22 0.07
HSL 316.19º 0.83% 0.55% -
HSV(B) 316.19º 0.8% 0.93% -
XYZ 44.37 23.37 48.07 -
YUV 119.24 165.12 211.28 -
System Red Green Blue C M Y K H S L
Decimal 236 47 185 0 0.80 0.22 0.07 316.19 0.83 0.55
Hex EC 2F B9 0 50 16 7 13C 53 37
Octal 354 57 271 0 120 26 7 474 123 67
Binary 11101100 101111 10111001 0 1010000 10110 111 100111100 1010011 110111

Color Harmonies of #EC2FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2FB9

Black with #EC2FB9

Text Example


Text Example

White with #EC2FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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