Html Css Color HEX #EC49AF Brilliant Rose

📋 copy color: '#EC49AF'

red 236 ◦ green 73 ◦ blue 175

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

Shades of Brilliant Rose #EC49AF

Tints of Brilliant Rose #EC49AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.08%

 BLUE value IS 175 (68.75% from 255) = 36.16%

R = 48.76%
G = 15.08%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC49AF (or 0xEC49AF) is known color: Brilliant Rose. HEX triplet: EC, 49 and AF. RGB value is (236,73,175). Sum of RGB (Red+Green+Blue) = 236+73+175=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC49AF is #13B650. Grayscale: #858585. Windows color (decimal): -1291857 or 11487724. OLE color: 11487724.

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

Color convert

RGB 236 73 175 -
CMYK 0 0.69 0.26 0.07
HSL 322.45º 0.81% 0.61% -
HSV(B) 322.45º 0.69% 0.93% -
XYZ 44.71 25.69 43.16 -
YUV 133.37 151.5 201.21 -
System Red Green Blue C M Y K H S L
Decimal 236 73 175 0 0.69 0.26 0.07 322.45 0.81 0.61
Hex EC 49 AF 0 45 1A 7 142 51 3D
Octal 354 111 257 0 105 32 7 502 121 75
Binary 11101100 1001001 10101111 0 1000101 11010 111 101000010 1010001 111101

Color Harmonies of #EC49AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49AF

Black with #EC49AF

Text Example


Text Example

White with #EC49AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49AF; }

 p { color: rgb(236,73,175); }

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

background-color css

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

 a { background-color: rgb(236,73,175); }

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

border-color css

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

 span { border-color: rgb(236,73,175); }

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