Html Css Color HEX #EC4ABA Razzle Dazzle Rose

📋 copy color: '#EC4ABA'

red 236 ◦ green 74 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EC4ABA

Tints of Razzle Dazzle Rose #EC4ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.92%

 BLUE value IS 186 (73.05% from 255) = 37.5%

R = 47.58%
G = 14.92%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC4ABA (or 0xEC4ABA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 4A and BA. RGB value is (236,74,186). Sum of RGB (Red+Green+Blue) = 236+74+186=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4ABA is #13B545. Grayscale: #868686. Windows color (decimal): -1291590 or 12208876. OLE color: 12208876.

HSL color Cylindrical-coordinate representation of color #EC4ABA: hue angle of 318.52º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4ABA is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 74 186 -
CMYK 0 0.69 0.21 0.07
HSL 318.52º 0.81% 0.61% -
HSV(B) 318.52º 0.69% 0.93% -
XYZ 45.9 26.28 49.11 -
YUV 135.21 156.67 199.89 -
System Red Green Blue C M Y K H S L
Decimal 236 74 186 0 0.69 0.21 0.07 318.52 0.81 0.61
Hex EC 4A BA 0 45 15 7 13F 51 3D
Octal 354 112 272 0 105 25 7 477 121 75
Binary 11101100 1001010 10111010 0 1000101 10101 111 100111111 1010001 111101

Color Harmonies of #EC4ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4ABA

Black with #EC4ABA

Text Example


Text Example

White with #EC4ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4ABA; }

 p { color: rgb(236,74,186); }

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

background-color css

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

 a { background-color: rgb(236,74,186); }

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

border-color css

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

 span { border-color: rgb(236,74,186); }

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