Html Css Color HEX #EC5FA6 Brilliant Rose

📋 copy color: '#EC5FA6'

red 236 ◦ green 95 ◦ blue 166

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

Shades of Brilliant Rose #EC5FA6

Tints of Brilliant Rose #EC5FA6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.11%

 BLUE value IS 166 (65.23% from 255) = 33.4%

R = 47.48%
G = 19.11%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC5FA6 (or 0xEC5FA6) is known color: Brilliant Rose. HEX triplet: EC, 5F and A6. RGB value is (236,95,166). Sum of RGB (Red+Green+Blue) = 236+95+166=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5FA6 is #13A059. Grayscale: #919191. Windows color (decimal): -1286234 or 10903532. OLE color: 10903532.

HSL color Cylindrical-coordinate representation of color #EC5FA6: hue angle of 329.79º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5FA6 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 95 166 -
CMYK 0 0.60 0.30 0.07
HSL 329.79º 0.79% 0.65% -
HSV(B) 329.79º 0.6% 0.93% -
XYZ 45.57 28.77 39.23 -
YUV 145.25 139.71 192.73 -
System Red Green Blue C M Y K H S L
Decimal 236 95 166 0 0.60 0.30 0.07 329.79 0.79 0.65
Hex EC 5F A6 0 3C 1E 7 14A 4F 41
Octal 354 137 246 0 74 36 7 512 117 101
Binary 11101100 1011111 10100110 0 111100 11110 111 101001010 1001111 1000001

Color Harmonies of #EC5FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5FA6

Black with #EC5FA6

Text Example


Text Example

White with #EC5FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5FA6; }

 p { color: rgb(236,95,166); }

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

background-color css

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

 a { background-color: rgb(236,95,166); }

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

border-color css

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

 span { border-color: rgb(236,95,166); }

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