Html Css Color HEX #EC41B4 Razzle Dazzle Rose

📋 copy color: '#EC41B4'

red 236 ◦ green 65 ◦ blue 180

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

Shades of Razzle Dazzle Rose #EC41B4

Tints of Razzle Dazzle Rose #EC41B4

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.51%

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 49.06%
G = 13.51%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC41B4 (or 0xEC41B4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and B4. RGB value is (236,65,180). Sum of RGB (Red+Green+Blue) = 236+65+180=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41B4 is #13BE4B. Grayscale: #808080. Windows color (decimal): -1293900 or 11813356. OLE color: 11813356.

HSL color Cylindrical-coordinate representation of color #EC41B4: hue angle of 319.65º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC41B4 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 65 180 -
CMYK 0 0.72 0.24 0.07
HSL 319.65º 0.82% 0.59% -
HSV(B) 319.65º 0.72% 0.93% -
XYZ 44.72 24.91 45.63 -
YUV 129.24 156.65 204.15 -
System Red Green Blue C M Y K H S L
Decimal 236 65 180 0 0.72 0.24 0.07 319.65 0.82 0.59
Hex EC 41 B4 0 48 18 7 140 52 3B
Octal 354 101 264 0 110 30 7 500 122 73
Binary 11101100 1000001 10110100 0 1001000 11000 111 101000000 1010010 111011

Color Harmonies of #EC41B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41B4

Black with #EC41B4

Text Example


Text Example

White with #EC41B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41B4; }

 p { color: rgb(236,65,180); }

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

background-color css

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

 a { background-color: rgb(236,65,180); }

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

border-color css

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

 span { border-color: rgb(236,65,180); }

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