Html Css Color HEX #EC4A9F Brilliant Rose

📋 copy color: '#EC4A9F'

red 236 ◦ green 74 ◦ blue 159

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

Shades of Brilliant Rose #EC4A9F

Tints of Brilliant Rose #EC4A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.9%

R = 50.32%
G = 15.78%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC4A9F (or 0xEC4A9F) is known color: Brilliant Rose. HEX triplet: EC, 4A and 9F. RGB value is (236,74,159). Sum of RGB (Red+Green+Blue) = 236+74+159=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4A9F is #13B560. Grayscale: #838383. Windows color (decimal): -1291617 or 10439404. OLE color: 10439404.

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

Color convert

RGB 236 74 159 -
CMYK 0 0.69 0.33 0.07
HSL 328.52º 0.81% 0.61% -
HSV(B) 328.52º 0.69% 0.93% -
XYZ 43.3 25.23 35.39 -
YUV 132.13 143.17 202.09 -
System Red Green Blue C M Y K H S L
Decimal 236 74 159 0 0.69 0.33 0.07 328.52 0.81 0.61
Hex EC 4A 9F 0 45 21 7 149 51 3D
Octal 354 112 237 0 105 41 7 511 121 75
Binary 11101100 1001010 10011111 0 1000101 100001 111 101001001 1010001 111101

Color Harmonies of #EC4A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A9F

Black with #EC4A9F

Text Example


Text Example

White with #EC4A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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