Html Css Color HEX #EC59AF Brilliant Rose

📋 copy color: '#EC59AF'

red 236 ◦ green 89 ◦ blue 175

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

Shades of Brilliant Rose #EC59AF

Tints of Brilliant Rose #EC59AF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.8%

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

R = 47.2%
G = 17.8%
B = 35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC59AF (or 0xEC59AF) is known color: Brilliant Rose. HEX triplet: EC, 59 and AF. RGB value is (236,89,175). Sum of RGB (Red+Green+Blue) = 236+89+175=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC59AF is #13A650. Grayscale: #8E8E8E. Windows color (decimal): -1287761 or 11491820. OLE color: 11491820.

HSL color Cylindrical-coordinate representation of color #EC59AF: hue angle of 324.9º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC59AF is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 89 175 -
CMYK 0 0.62 0.26 0.07
HSL 324.9º 0.79% 0.64% -
HSV(B) 324.9º 0.62% 0.93% -
XYZ 45.9 28.07 43.56 -
YUV 142.76 146.2 194.51 -
System Red Green Blue C M Y K H S L
Decimal 236 89 175 0 0.62 0.26 0.07 324.9 0.79 0.64
Hex EC 59 AF 0 3E 1A 7 145 4F 40
Octal 354 131 257 0 76 32 7 505 117 100
Binary 11101100 1011001 10101111 0 111110 11010 111 101000101 1001111 1000000

Color Harmonies of #EC59AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC59AF

Black with #EC59AF

Text Example


Text Example

White with #EC59AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC59AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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