Html Css Color HEX #EC4AB9 Razzle Dazzle Rose

📋 copy color: '#EC4AB9'

red 236 ◦ green 74 ◦ blue 185

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

Shades of Razzle Dazzle Rose #EC4AB9

Tints of Razzle Dazzle Rose #EC4AB9

RGB

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

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

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

R = 47.68%
G = 14.95%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC4AB9 (or 0xEC4AB9) is known color: Razzle Dazzle Rose. HEX triplet: EC, 4A and B9. RGB value is (236,74,185). Sum of RGB (Red+Green+Blue) = 236+74+185=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4AB9 is #13B546. Grayscale: #868686. Windows color (decimal): -1291591 or 12143340. OLE color: 12143340.

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

Color convert

RGB 236 74 185 -
CMYK 0 0.69 0.22 0.07
HSL 318.89º 0.81% 0.61% -
HSV(B) 318.89º 0.69% 0.93% -
XYZ 45.8 26.23 48.55 -
YUV 135.09 156.17 199.97 -
System Red Green Blue C M Y K H S L
Decimal 236 74 185 0 0.69 0.22 0.07 318.89 0.81 0.61
Hex EC 4A B9 0 45 16 7 13F 51 3D
Octal 354 112 271 0 105 26 7 477 121 75
Binary 11101100 1001010 10111001 0 1000101 10110 111 100111111 1010001 111101

Color Harmonies of #EC4AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4AB9

Black with #EC4AB9

Text Example


Text Example

White with #EC4AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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