Html Css Color HEX #EC41BD Razzle Dazzle Rose

📋 copy color: '#EC41BD'

red 236 ◦ green 65 ◦ blue 189

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

Shades of Razzle Dazzle Rose #EC41BD

Tints of Razzle Dazzle Rose #EC41BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.57%

R = 48.16%
G = 13.27%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC41BD (or 0xEC41BD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 41 and BD. RGB value is (236,65,189). Sum of RGB (Red+Green+Blue) = 236+65+189=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41BD is #13BE42. Grayscale: #818181. Windows color (decimal): -1293891 or 12403180. OLE color: 12403180.

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

Color convert

RGB 236 65 189 -
CMYK 0 0.72 0.20 0.07
HSL 316.49º 0.82% 0.59% -
HSV(B) 316.49º 0.72% 0.93% -
XYZ 45.67 25.29 50.62 -
YUV 130.27 161.15 203.42 -
System Red Green Blue C M Y K H S L
Decimal 236 65 189 0 0.72 0.20 0.07 316.49 0.82 0.59
Hex EC 41 BD 0 48 14 7 13C 52 3B
Octal 354 101 275 0 110 24 7 474 122 73
Binary 11101100 1000001 10111101 0 1001000 10100 111 100111100 1010010 111011

Color Harmonies of #EC41BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41BD

Black with #EC41BD

Text Example


Text Example

White with #EC41BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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