Html Css Color HEX #EC40B3 Razzle Dazzle Rose

📋 copy color: '#EC40B3'

red 236 ◦ green 64 ◦ blue 179

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

Shades of Razzle Dazzle Rose #EC40B3

Tints of Razzle Dazzle Rose #EC40B3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.36%

 BLUE value IS 179 (70.31% from 255) = 37.37%

R = 49.27%
G = 13.36%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC40B3 (or 0xEC40B3) is known color: Razzle Dazzle Rose. HEX triplet: EC, 40 and B3. RGB value is (236,64,179). Sum of RGB (Red+Green+Blue) = 236+64+179=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC40B3 is #13BF4C. Grayscale: #808080. Windows color (decimal): -1294157 or 11747564. OLE color: 11747564.

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

Color convert

RGB 236 64 179 -
CMYK 0 0.73 0.24 0.07
HSL 319.88º 0.82% 0.59% -
HSV(B) 319.88º 0.73% 0.93% -
XYZ 44.56 24.75 45.08 -
YUV 128.54 156.48 204.65 -
System Red Green Blue C M Y K H S L
Decimal 236 64 179 0 0.73 0.24 0.07 319.88 0.82 0.59
Hex EC 40 B3 0 49 18 7 140 52 3B
Octal 354 100 263 0 111 30 7 500 122 73
Binary 11101100 1000000 10110011 0 1001001 11000 111 101000000 1010010 111011

Color Harmonies of #EC40B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40B3

Black with #EC40B3

Text Example


Text Example

White with #EC40B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40B3; }

 p { color: rgb(236,64,179); }

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

background-color css

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

 a { background-color: rgb(236,64,179); }

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

border-color css

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

 span { border-color: rgb(236,64,179); }

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